Clear sessions

This commit is contained in:
James Long
2026-04-09 13:16:49 -04:00
parent 165481813a
commit 5a1be09727

View File

@@ -463,6 +463,7 @@ export const { use: useSync, provider: SyncProvider } = createSimpleContext({
on( on(
() => project.workspace.current(), () => project.workspace.current(),
() => { () => {
fullSyncedSessions.clear()
void bootstrap() void bootstrap()
}, },
), ),