Disable ReactFlow delete keycode for now (#1072)

This commit is contained in:
Shuchang Zheng
2024-10-28 07:56:20 -07:00
committed by GitHub
parent 4ad6072242
commit 8e8f41d3b6

View File

@@ -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" />