From 4069999b782cc00d4e707f5eca32082bdfad45bc Mon Sep 17 00:00:00 2001 From: Adam <2363879+adamdotdevin@users.noreply.github.com> Date: Fri, 14 Nov 2025 12:38:52 -0600 Subject: wip(desktop): new layout work --- packages/desktop/src/context/sync.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/desktop/src/context/sync.tsx') diff --git a/packages/desktop/src/context/sync.tsx b/packages/desktop/src/context/sync.tsx index 3626cf54f..11b2c36b8 100644 --- a/packages/desktop/src/context/sync.tsx +++ b/packages/desktop/src/context/sync.tsx @@ -63,6 +63,8 @@ export const { use: useSync, provider: SyncProvider } = createSimpleContext({ const sdk = useSDK() sdk.event.listen((e) => { + // fetch the child store + // make a set store function that always rights to the child store const event = e.details switch (event.type) { case "session.updated": { -- cgit v1.2.3