mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fix(menu) clickProcessing: keys do not work after close
This commit is contained in:
parent
32aa03bceb
commit
a9c01fe65b
1 changed files with 2 additions and 2 deletions
|
|
@ -286,9 +286,9 @@ var CloudCmd, Util, DOM, CloudFunc, $;
|
|||
|
||||
if (!isCurrent)
|
||||
DOM.setCurrentFile(element);
|
||||
|
||||
Key.setBind();
|
||||
}
|
||||
|
||||
Key.setBind();
|
||||
}
|
||||
|
||||
function listener(event) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue