mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fix(view) onOverLayClick: add hide
This commit is contained in:
parent
ef0946e4b8
commit
7720cf2b28
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,6 @@ var CloudCmd, Util, DOM, CloudFunc, $;
|
|||
},
|
||||
beforeClose : function() {
|
||||
Key.setBind();
|
||||
console.trace();
|
||||
},
|
||||
fitToView : true,
|
||||
loop : false,
|
||||
|
|
@ -263,6 +262,8 @@ var CloudCmd, Util, DOM, CloudFunc, $;
|
|||
if (!isCurrent)
|
||||
DOM.setCurrentFile(element);
|
||||
}
|
||||
|
||||
View.hide();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue