From 5fb586a5be5dbb616ea08f4432fa367783fc7e22 Mon Sep 17 00:00:00 2001 From: Joeri Exelmans Date: Thu, 6 Nov 2025 22:17:15 +0100 Subject: [PATCH] forgot something --- src/App/useUrlHashState.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App/useUrlHashState.ts b/src/App/useUrlHashState.ts index 8a38759..3c9dd16 100644 --- a/src/App/useUrlHashState.ts +++ b/src/App/useUrlHashState.ts @@ -152,6 +152,8 @@ export function useUrlHashState(editorState: VisualEditorState | null, setEditHi }, 100); return () => clearTimeout(timeout); }, [ + editorState, + autoConnect, autoScroll, plantConns,