From 4c6bf8462a552ce42d0853951e42fb8eb93b8dc4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 16 May 2014 14:51:04 +0800 Subject: [PATCH] Roo/bootstrap/Menu.js --- Roo/bootstrap/Menu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/Menu.js b/Roo/bootstrap/Menu.js index 6764786af9..f6dfb54df7 100644 --- a/Roo/bootstrap/Menu.js +++ b/Roo/bootstrap/Menu.js @@ -255,7 +255,7 @@ Roo.extend(Roo.bootstrap.Menu, Roo.bootstrap.Component, { this.activeItem.deactivate(); this.activeItem = null; } - this.el.hide(); + this.triggerEl.removeClass('open'); this.hidden = true; this.fireEvent("hide", this); } -- 2.39.2