Prevent autosave on window load

This commit is contained in:
Sebastian Serth
2020-03-05 17:10:48 +01:00
parent 2a7e64490f
commit 3839704e77

View File

@ -784,6 +784,6 @@ configureEditors: function () {
$(window).on("beforeunload", this.unloadAutoSave.bind(this));
// create autosave when the editor is opened the first time
this.autosave();
// TODO: this.autosave();
}
};