fix(menu) clickProcessing: keys do not work after close

This commit is contained in:
coderaiser 2014-04-04 07:19:34 -04:00
parent 32aa03bceb
commit a9c01fe65b

View file

@ -286,9 +286,9 @@ var CloudCmd, Util, DOM, CloudFunc, $;
if (!isCurrent)
DOM.setCurrentFile(element);
Key.setBind();
}
Key.setBind();
}
function listener(event) {