瀏覽代碼

set processing to true

Gildas 4 年之前
父節點
當前提交
832898055f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      extension/core/content/content.js

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

@@ -87,6 +87,7 @@ async function savePage(message) {
 			if (bootstrap) {
 				bootstrap.pageInfo.processing = true;
 			}
+			processing = true;
 			try {
 				const pageData = await processPage(options);
 				if (pageData) {