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,