mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 08:54:10 +00:00
feature(edit) beforeClose: if -> ifExist
This commit is contained in:
parent
b17682fb6e
commit
5b46d4a66c
1 changed files with 1 additions and 3 deletions
|
|
@ -30,9 +30,7 @@ var CloudCmd, Util, DOM, CloudFunc, ace, DiffProto, diff_match_patch, Zip, MenuI
|
|||
ConfigView = {
|
||||
beforeClose: function() {
|
||||
isChanged();
|
||||
|
||||
if (Menu)
|
||||
Menu.hide();
|
||||
Util.exec.ifExist(Menu, 'hide');
|
||||
},
|
||||
afterShow: function() {
|
||||
Ace.clearSelection();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue