mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-26 17:29:27 +00:00
fix(edit-file-vim) check is file changed on close
This commit is contained in:
parent
b5ff6695e1
commit
e2cdcbd5ce
2 changed files with 4 additions and 3 deletions
|
|
@ -14,6 +14,7 @@ CloudCmd.EditFileVim = function EditFileVimProto(callback) {
|
|||
bindKeys: false,
|
||||
beforeClose: () => {
|
||||
Events.rmKey(listener);
|
||||
CloudCmd.EditFile.isChanged();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue