Browse Source

fix edit issue

Gildas 1 year ago
parent
commit
f796b352c2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/core/content/content.js

+ 0 - 1
src/core/content/content.js

@@ -195,7 +195,6 @@ async function savePage(message) {
 async function processPage(options) {
 	const frames = singlefile.processors.frameTree;
 	let framesSessionId;
-	saveToRestFormApi || options.saveToS3;
 	singlefile.helper.initDoc(document);
 	ui.onStartPage(options);
 	processor = new singlefile.SingleFile(options);