From a9c01fe65b8b248623bae4e5adb59391a9d60cb3 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 4 Apr 2014 07:19:34 -0400 Subject: [PATCH] fix(menu) clickProcessing: keys do not work after close --- lib/client/menu.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/client/menu.js b/lib/client/menu.js index 39bd9629..eee2f029 100644 --- a/lib/client/menu.js +++ b/lib/client/menu.js @@ -286,9 +286,9 @@ var CloudCmd, Util, DOM, CloudFunc, $; if (!isCurrent) DOM.setCurrentFile(element); - - Key.setBind(); } + + Key.setBind(); } function listener(event) {