Ver código fonte

fix: bug when set variable using JS block

Ahmad Kholid 3 anos atrás
pai
commit
d1c6ef97d2

+ 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 });
       };