feat: [US-028] - Select and delete nodes

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Gustavo Henrique Santos Souza de Miranda 2026-01-21 17:18:27 -03:00
parent ae0f84fde7
commit 82d437eb0c
1 changed files with 1 additions and 0 deletions

View File

@ -179,6 +179,7 @@ function FlowchartEditorInner({ initialData }: FlowchartEditorProps) {
onNodesChange={onNodesChange}
onEdgesChange={onEdgesChange}
onConnect={onConnect}
deleteKeyCode={['Delete', 'Backspace']}
fitView
>
<Background variant={BackgroundVariant.Dots} gap={16} size={1} />