From: Alan Knowles Date: Mon, 5 Jul 2021 05:03:07 +0000 (+0800) Subject: fix popover issue X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=963e92f889d29a90d233e472f21a663a214f09e8 fix popover issue --- diff --git a/docs/src/Roo_bootstrap_Popover.js.html b/docs/src/Roo_bootstrap_Popover.js.html index d36a425f8b..8e560a6d9e 100644 --- a/docs/src/Roo_bootstrap_Popover.js.html +++ b/docs/src/Roo_bootstrap_Popover.js.html @@ -448,7 +448,7 @@ onMouseDown : function(e) { - if (this.popup.length && !e.getTarget(".roo-popover") && this.popup.length) { + if (this.popups.length && !e.getTarget(".roo-popover")) { /// what is nothing is showing.. this.hideAll(); }