diff --git a/web/src/helpers/hooks/useIdeState.js b/web/src/helpers/hooks/useIdeState.js index bf96ef5..28d0a3b 100644 --- a/web/src/helpers/hooks/useIdeState.js +++ b/web/src/helpers/hooks/useIdeState.js @@ -39,7 +39,7 @@ show_object(result) `, } -export const codeStorageKey = 'Last-openscad-code' +export const codeStorageKey = 'Last-editor-code' let mutableState = null export const useIdeState = () => {