From: Alan Knowles Date: Fri, 25 Jun 2021 08:01:30 +0000 (+0800) Subject: Roo/bootstrap/Popover.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=3599c75955967214cad7253c15e3d2979d8c5df2 Roo/bootstrap/Popover.js --- 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