浏览代码

fix: bug when set variable using JS block

Ahmad Kholid 3 年之前
父节点
当前提交
d1c6ef97d2
共有 1 个文件被更改,包括 0 次插入1 次删除
  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 });
       };