소스 검색

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) {