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

index 492561f..c6918fa 100644 (file)
@@ -111,14 +111,11 @@ Roo.extend(Roo.bootstrap.MenuItem, Roo.bootstrap.Component,  {
     },
     onClick : function(e)
     {
-        e.stopEvent();
         Roo.log('item on click ');
         
         if(this.preventDefault){
             e.preventDefault();
         }
-        
-        
         //this.parent().hideMenuItems();
         
         this.fireEvent('click', this, e);