From d6401d8395d2f46df34690cb8cbdc03581a3b0cc Mon Sep 17 00:00:00 2001 From: Kurt Hutten Date: Tue, 27 Apr 2021 18:50:36 +1000 Subject: [PATCH] Make local storage key, package agnostic --- web/src/helpers/hooks/useIdeState.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = () => {