Roo/bootstrap/Popover.js
authorAlan Knowles <alan@roojs.com>
Wed, 27 Jan 2021 09:48:41 +0000 (17:48 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 27 Jan 2021 09:48:41 +0000 (17:48 +0800)
Roo/bootstrap/Popover.js

index b2c2050..7a46694 100644 (file)
@@ -304,11 +304,9 @@ Roo.apply(Roo.bootstrap.Popover, {
     onMouseDown : function(e)
     {
         if (!e.getTarget(".roo-popup")) {
-            
+            this.hideAll();
         }
         
-        this.popups.each(function(p) {
-            p.hide()); })
         
     },