|
@@ -43,7 +43,7 @@ this.singlefile.extension.core.content.bootstrap = this.singlefile.extension.cor
|
|
|
await autoSavePage();
|
|
await autoSavePage();
|
|
|
if (options.autoSaveRepeat) {
|
|
if (options.autoSaveRepeat) {
|
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
|
- if (!autoSavingPage) {
|
|
|
|
|
|
|
+ if (autoSaveEnabled && !autoSavingPage) {
|
|
|
pageAutoSaved = false;
|
|
pageAutoSaved = false;
|
|
|
options.autoSaveDelay = 0;
|
|
options.autoSaveDelay = 0;
|
|
|
onMessage(message);
|
|
onMessage(message);
|