Procházet zdrojové kódy

fixed button refreshing issues

Gildas před 7 roky
rodič
revize
fdb6ca8252
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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 {};
 		}
 	}