1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-10-22 00:46:04 +02:00

retain console open state on refreshes. fixes #435

This commit is contained in:
Kushagra Gour
2023-10-13 17:30:15 +05:30
parent f249d34f2f
commit d7c127de70
3 changed files with 13 additions and 6 deletions

5
src/constants.js Normal file
View File

@@ -0,0 +1,5 @@
export const LocalStorageKeys = {
LOGIN_AND_SAVE_MESSAGE_SEEN: 'loginAndsaveMessageSeen',
ASKED_TO_IMPORT_CREATIONS: 'askedToImportCreations',
WAS_CONSOLE_OPEN: 'wasConsoleOpen'
};