refactor(keys): accept null as key #1463

This commit is contained in:
moklick
2022-02-22 21:23:22 +01:00
parent 6630935d9e
commit fe5337d1b8
6 changed files with 12 additions and 11 deletions
+1
View File
@@ -200,6 +200,7 @@ const OverviewFlow = () => {
maxZoom={Infinity}
onNodesDelete={onNodesDelete}
onEdgesDelete={onEdgesDelete}
deleteKeyCode={null}
>
<MiniMap nodeStrokeColor={nodeStrokeColor} nodeColor={nodeColor} nodeBorderRadius={2} />
<Controls />