Browse Source

fix: bug when set variable using JS block

Ahmad Kholid 3 years ago
parent
commit
d1c6ef97d2
1 changed files with 0 additions and 1 deletions
  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 });
       };