forgot something
This commit is contained in:
parent
f5c427d61b
commit
5fb586a5be
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue