Browse Source

fixed button refreshing issues

Gildas 7 năm trước cách đây
mục cha
commit
fdb6ca8252
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      extension/core/bg/storage.js

+ 1 - 0
extension/core/bg/storage.js

@@ -40,6 +40,7 @@ singlefile.storage = (() => {
 		if (temporaryData) {
 			return temporaryData;
 		} else {
+			temporaryData = {};
 			return {};
 		}
 	}