From: Alan Knowles Date: Mon, 5 Jul 2021 05:02:34 +0000 (+0800) Subject: fix popover issue X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=0710340d6340d21864ba230bc660cdbe751e6bf9 fix popover issue --- diff --git a/Roo/bootstrap/Popover.js b/Roo/bootstrap/Popover.js index 376b2d3c00..604aad6089 100644 --- a/Roo/bootstrap/Popover.js +++ b/Roo/bootstrap/Popover.js @@ -448,7 +448,7 @@ Roo.apply(Roo.bootstrap.Popover, { 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(); }