From 3599c75955967214cad7253c15e3d2979d8c5df2 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 25 Jun 2021 16:01:30 +0800 Subject: [PATCH] Roo/bootstrap/Popover.js --- Roo/bootstrap/Popover.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Roo/bootstrap/Popover.js b/Roo/bootstrap/Popover.js index bcdc7814aa..28e4b4ad56 100644 --- a/Roo/bootstrap/Popover.js +++ b/Roo/bootstrap/Popover.js @@ -448,6 +448,7 @@ Roo.apply(Roo.bootstrap.Popover, { onMouseDown : function(e) { if (!e.getTarget(".roo-popover")) { + /// what is nothing is showing.. this.hideAll(); } @@ -469,6 +470,10 @@ Roo.apply(Roo.bootstrap.Popover, { this.popups.forEach(function(p) { p.hide(); }); + }, + unregister : function(popup) + { + } }); \ No newline at end of file -- 2.39.2