Roo/bootstrap/MenuItem.js
authoredward <edward@roojs.com>
Fri, 29 Dec 2017 06:06:37 +0000 (14:06 +0800)
committeredward <edward@roojs.com>
Fri, 29 Dec 2017 06:06:37 +0000 (14:06 +0800)
Roo/bootstrap/MenuItem.js

index c6918fa..876336e 100644 (file)
@@ -116,6 +116,8 @@ Roo.extend(Roo.bootstrap.MenuItem, Roo.bootstrap.Component,  {
         if(this.preventDefault){
             e.preventDefault();
         }
+        
+        e.stopEvent();
         //this.parent().hideMenuItems();
         
         this.fireEvent('click', this, e);