From 82d437eb0c2d527b1fb51bfa774b7395dc7620c9 Mon Sep 17 00:00:00 2001 From: Gustavo Henrique Santos Souza de Miranda Date: Wed, 21 Jan 2026 17:18:27 -0300 Subject: [PATCH] feat: [US-028] - Select and delete nodes Co-Authored-By: Claude Opus 4.5 --- src/app/editor/[projectId]/FlowchartEditor.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/editor/[projectId]/FlowchartEditor.tsx b/src/app/editor/[projectId]/FlowchartEditor.tsx index 79d9ed1..539b2ed 100644 --- a/src/app/editor/[projectId]/FlowchartEditor.tsx +++ b/src/app/editor/[projectId]/FlowchartEditor.tsx @@ -179,6 +179,7 @@ function FlowchartEditorInner({ initialData }: FlowchartEditorProps) { onNodesChange={onNodesChange} onEdgesChange={onEdgesChange} onConnect={onConnect} + deleteKeyCode={['Delete', 'Backspace']} fitView >