Explorar o código

fixed auto-save feature for Single Page Apps

Gildas %!s(int64=7) %!d(string=hai) anos
pai
achega
84fac74c0e
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      extension/core/content/content-autosave.js

+ 2 - 0
extension/core/content/content-autosave.js

@@ -26,6 +26,8 @@ this.singlefile.autosave = this.singlefile.autosave || (async () => {
 	refresh();
 	browser.runtime.onMessage.addListener(message => {
 		if (message.autoSavePage) {
+			autoSavingPage = false;
+			singlefile.pageAutoSaved = false;
 			autoSavePage();
 		}
 		if (message.autoSaveUnloadEnabled) {