From 963e92f889d29a90d233e472f21a663a214f09e8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 5 Jul 2021 13:03:07 +0800 Subject: [PATCH] fix popover issue --- docs/src/Roo_bootstrap_Popover.js.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- 2.39.2