We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb4e57 commit ceb944aCopy full SHA for ceb944a
1 file changed
apps/sim/stores/index.ts
@@ -43,9 +43,6 @@ async function initializeApplication(): Promise<void> {
43
// Mark data as initialized only after sync managers have loaded data from DB
44
dataInitialized = true
45
46
- // Register cleanup
47
- window.addEventListener('beforeunload', handleBeforeUnload)
48
-
49
// Log initialization timing information
50
const initDuration = Date.now() - initStartTime
51
logger.info(`Application initialization completed in ${initDuration}ms`)
0 commit comments