Selaa lähdekoodia

revent auto-saving twice the page

Gildas 6 vuotta sitten
vanhempi
sitoutus
f737c5abe5
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. 0 2
      extension/core/content/content-bootstrap.js

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

@@ -39,8 +39,6 @@ this.singlefile.extension.core.content.bootstrap = this.singlefile.extension.cor
 
 	async function onMessage(message) {
 		if (message.method == "content.autosave") {
-			autoSavingPage = false;
-			singlefile.pageAutoSaved = false;
 			options = message.options;
 			await autoSavePage();
 			if (options.autoSaveRepeat) {