Cancel autosave timeout when moving through history
[MAILPOET-1976]
This commit is contained in:
@@ -295,6 +295,7 @@ Module.autoSave = function () {
|
||||
saveTimeout = setTimeout(function () {
|
||||
if (skipNextAutoSave) {
|
||||
skipNextAutoSave = false;
|
||||
Module._cancelAutosave();
|
||||
return;
|
||||
}
|
||||
App.getChannel().request('save').always(function () {
|
||||
|
Reference in New Issue
Block a user