We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9957fb2 commit 6d64e1fCopy full SHA for 6d64e1f
src/components/EditorHeader/ControlPanel.jsx
@@ -1629,7 +1629,7 @@ export default function ControlPanel({
1629
1630
window.addEventListener("keydown", handleKeyDown);
1631
return () => window.removeEventListener("keydown", handleKeyDown);
1632
- }, [selectedElement, layout.readOnly]);
+ }, [selectedElement, layout.readOnly, del]);
1633
1634
return (
1635
<>
0 commit comments