瀏覽代碼

remove invalid code

Gildas 2 年之前
父節點
當前提交
865c9b1ca9
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/core/bg/autosave.js

+ 0 - 1
src/core/bg/autosave.js

@@ -152,7 +152,6 @@ async function saveContent(message, tab) {
 		options.tabId = tabId;
 		options.tabIndex = tab.index;
 		options.keepFilename = options.saveToGDrive || options.saveToGitHub || options.saveWithWebDAV;
-		options.filenameConflictAction = message.filenameConflictAction;
 		let pageData;
 		try {
 			if (options.autoSaveExternalSave) {