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:
5
src/constants.js
Normal file
5
src/constants.js
Normal file
@@ -0,0 +1,5 @@
|
||||
export const LocalStorageKeys = {
|
||||
LOGIN_AND_SAVE_MESSAGE_SEEN: 'loginAndsaveMessageSeen',
|
||||
ASKED_TO_IMPORT_CREATIONS: 'askedToImportCreations',
|
||||
WAS_CONSOLE_OPEN: 'wasConsoleOpen'
|
||||
};
|
Reference in New Issue
Block a user