Make local storage key, package agnostic

This commit is contained in:
Kurt Hutten
2021-04-27 18:50:36 +10:00
parent 98363afb38
commit d6401d8395

View File

@@ -39,7 +39,7 @@ show_object(result)
`, `,
} }
export const codeStorageKey = 'Last-openscad-code' export const codeStorageKey = 'Last-editor-code'
let mutableState = null let mutableState = null
export const useIdeState = () => { export const useIdeState = () => {