From d2b0878704d0bb26b9a512f4a505e62a911030f1 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Mon, 9 Mar 2026 09:22:49 -0500 Subject: [PATCH] don't resend onconnect --- web/src/api/ws.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/api/ws.ts b/web/src/api/ws.ts index cf70dfbf3..d4cb2fd32 100644 --- a/web/src/api/ws.ts +++ b/web/src/api/ws.ts @@ -521,7 +521,6 @@ export function useInitialCameraState( // every component mount. Components read cached wsState immediately via // useSyncExternalStore. Only re-request when the user tabs back in. useEffect(() => { - sendCommand("onConnect"); if (!revalidateOnFocus) return; const listener = () => {