Roo/bootstrap/Menu.js
authorAlan Knowles <alan@roojs.com>
Wed, 28 Nov 2018 08:24:49 +0000 (16:24 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 28 Nov 2018 08:24:49 +0000 (16:24 +0800)
Roo/bootstrap/Menu.js

index 3ed179f..7511a05 100644 (file)
@@ -335,6 +335,7 @@ Roo.extend(Roo.bootstrap.Menu, Roo.bootstrap.Component,  {
                 this.activeItem = null;
             }
             this.triggerEl.removeClass('open');;
+           this.el.removeClass('show');
             this.hidden = true;
             this.fireEvent("hide", this);
         }