refactor(global-keyhandler): cleanup
This commit is contained in:
@@ -41,5 +41,5 @@ export default ({ deleteKeyCode, multiSelectionKeyCode, onElementsRemove }: Hoo
|
|||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
setMultiSelectionActive(multiSelectionKeyPressed);
|
setMultiSelectionActive(multiSelectionKeyPressed);
|
||||||
}, [multiSelectionKeyPressed])
|
}, [multiSelectionKeyPressed]);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user