From 0710340d6340d21864ba230bc660cdbe751e6bf9 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 5 Jul 2021 13:02:34 +0800 Subject: [PATCH] fix popover issue --- Roo/bootstrap/Popover.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- 2.39.2