1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-30 02:00:10 +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

View File

@@ -68,15 +68,12 @@ import {
import { commandPaletteService } from '../commandPaletteService';
import { I18nProvider } from '@lingui/react';
import { LocalStorageKeys } from '../constants.js';
if (module.hot) {
require('preact/debug');
}
const LocalStorageKeys = {
LOGIN_AND_SAVE_MESSAGE_SEEN: 'loginAndsaveMessageSeen',
ASKED_TO_IMPORT_CREATIONS: 'askedToImportCreations'
};
const UNSAVED_WARNING_COUNT = 15;
const version = '5.0.3';