Explorar o código

fix: bug when set variable using JS block

Ahmad Kholid %!s(int64=3) %!d(string=hai) anos
pai
achega
d1c6ef97d2
Modificáronse 1 ficheiros con 0 adicións e 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 });
       };