mirror of
https://github.com/voideditor/void
synced 2026-05-23 17:38:23 +00:00
bug
This commit is contained in:
parent
d59b99a2a0
commit
4b4dde71b3
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ const VoidSelectionHelper = ({ rerenderKey }: VoidSelectionHelperProps) => {
|
|||
return () => {
|
||||
disposable.dispose();
|
||||
};
|
||||
}, [commandService]);
|
||||
}, [commandService, setClickState]);
|
||||
|
||||
|
||||
// rerender when the key changes
|
||||
|
|
|
|||
Loading…
Reference in a new issue