Prevent autosave on window load
This commit is contained in:
@ -784,6 +784,6 @@ configureEditors: function () {
|
|||||||
|
|
||||||
$(window).on("beforeunload", this.unloadAutoSave.bind(this));
|
$(window).on("beforeunload", this.unloadAutoSave.bind(this));
|
||||||
// create autosave when the editor is opened the first time
|
// create autosave when the editor is opened the first time
|
||||||
this.autosave();
|
// TODO: this.autosave();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user