forgot something

This commit is contained in:
Joeri Exelmans 2025-11-06 22:17:15 +01:00
parent f5c427d61b
commit 5fb586a5be

View file

@ -152,6 +152,8 @@ export function useUrlHashState(editorState: VisualEditorState | null, setEditHi
}, 100); }, 100);
return () => clearTimeout(timeout); return () => clearTimeout(timeout);
}, [ }, [
editorState,
autoConnect, autoConnect,
autoScroll, autoScroll,
plantConns, plantConns,