mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
fix(view) beforeClose: callback then hide
This commit is contained in:
parent
c0b4204f5e
commit
b9623f4c13
1 changed files with 1 additions and 2 deletions
|
|
@ -25,9 +25,8 @@ var CloudCmd, Util, DOM, CloudFunc, $;
|
|||
},
|
||||
beforeClose : function(callback) {
|
||||
Key.setBind();
|
||||
DOM.hide(Overlay);
|
||||
|
||||
Util.exec(callback);
|
||||
DOM.hide(Overlay);
|
||||
},
|
||||
afterShow : function(callback) {
|
||||
if (!FocusWas) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue