mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-01 04:05:18 +00:00
feature(edit) menu: add close
This commit is contained in:
parent
cf2e9b8d31
commit
5da0c9e0bd
1 changed files with 3 additions and 2 deletions
|
|
@ -380,8 +380,9 @@ var CloudCmd, Util, DOM, CloudFunc, ace, DiffProto, diff_match_patch, Zip, MenuI
|
|||
};
|
||||
|
||||
Menu = new MenuIO(element, options, {
|
||||
'Save Ctrl+S': save,
|
||||
'Go To Line Ctrl+G': Edit.goToLine
|
||||
'Save Ctrl+S' : save,
|
||||
'Go To Line Ctrl+G' : Edit.goToLine,
|
||||
'Close Esc' : Edit.hide
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue