mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-10 07:38:04 -05:00
feat(builder): allow deletion of nodes and edges via del key (#7483)
This commit is contained in:
@@ -457,6 +457,7 @@ const FlowEditor: React.FC<{
|
||||
onConnect={onConnect}
|
||||
nodeTypes={nodeTypes}
|
||||
onEdgesDelete={onEdgesDelete}
|
||||
deleteKeyCode={["Backspace", "Delete"]}
|
||||
>
|
||||
<div style={{ position: 'absolute', right: 10, zIndex: 4 }}>
|
||||
<Input
|
||||
|
||||
Reference in New Issue
Block a user