We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50a2e91 commit 0ba6548Copy full SHA for 0ba6548
packages/ui/src/views/canvas/index.jsx
@@ -526,7 +526,7 @@ const Canvas = () => {
526
onConnect={onConnect}
527
onInit={setReactFlowInstance}
528
fitView
529
- deleteKeyCode={canvas.canvasDialogShow ? null : ['Backspace', 'Delete']}
+ deleteKeyCode={canvas.canvasDialogShow ? null : ['Delete']}
530
minZoom={0.1}
531
>
532
<Controls
0 commit comments