Disable ReactFlow delete keycode for now (#1072)
This commit is contained in:
@@ -538,6 +538,7 @@ function FlowRenderer({
|
|||||||
fitViewOptions={{
|
fitViewOptions={{
|
||||||
maxZoom: 1,
|
maxZoom: 1,
|
||||||
}}
|
}}
|
||||||
|
deleteKeyCode={null}
|
||||||
>
|
>
|
||||||
<Background variant={BackgroundVariant.Dots} bgColor="#020617" />
|
<Background variant={BackgroundVariant.Dots} bgColor="#020617" />
|
||||||
<Controls position="bottom-left" />
|
<Controls position="bottom-left" />
|
||||||
|
|||||||
Reference in New Issue
Block a user