Browse Source

set processing to true

Gildas 4 năm trước cách đây
mục cha
commit
832898055f
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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) {