save: dialog toggling

This commit is contained in:
muerwre 2018-12-06 16:15:54 +07:00
parent 9b22dc3abd
commit aa581b1a77

View file

@ -68,6 +68,7 @@ export class Editor {
toggle: this.clearMode, toggle: this.clearMode,
}, },
[MODES.SAVE]: { [MODES.SAVE]: {
toggle: this.clearMode,
stop: this.resetSaveDialog, stop: this.resetSaveDialog,
}, },
[MODES.PROVIDER]: { [MODES.PROVIDER]: {