Skip to content

Commit 0ba6548

Browse files
authored
Feature/delete backspace (#1983)
delete backspace
1 parent 50a2e91 commit 0ba6548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/src/views/canvas/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ const Canvas = () => {
526526
onConnect={onConnect}
527527
onInit={setReactFlowInstance}
528528
fitView
529-
deleteKeyCode={canvas.canvasDialogShow ? null : ['Backspace', 'Delete']}
529+
deleteKeyCode={canvas.canvasDialogShow ? null : ['Delete']}
530530
minZoom={0.1}
531531
>
532532
<Controls

0 commit comments

Comments
 (0)