Explorar el Código

fix: bug when set variable using JS block

Ahmad Kholid hace 3 años
padre
commit
d1c6ef97d2
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/content/blocks-handler/handler-javascript-code.js

+ 0 - 1
src/content/blocks-handler/handler-javascript-code.js

@@ -125,7 +125,6 @@ function javascriptCode(block) {
         preloadScripts.forEach((item) => {
           if (item.removeAfterExec) item.script.remove();
         });
-        sessionStorage.removeItem(storageKey);
 
         resolve({ columns, variables: storageRefData?.variables });
       };