Explorar el Código

reset pageAutoSaved when repeating autosave

Gildas hace 6 años
padre
commit
d2b29f82a8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      extension/core/content/content-bootstrap.js

+ 1 - 0
extension/core/content/content-bootstrap.js

@@ -42,6 +42,7 @@ this.singlefile.extension.core.content.bootstrap = this.singlefile.extension.cor
 			options = message.options;
 			await autoSavePage();
 			if (options.autoSaveRepeat) {
+				pageAutoSaved = false;
 				setTimeout(() => onMessage(message), options.autoSaveRepeatDelay * 1000);
 			}
 		}