feat(workflow): edit edges on click
This commit is contained in:
@@ -552,6 +552,7 @@ export function WorkflowCanvas({
|
||||
onEdgesChange={onEdgesChange}
|
||||
onConnect={onConnect}
|
||||
onConnectEnd={onConnectEnd}
|
||||
onEdgeClick={(_, edge) => edgeActions.edit(edge.id)}
|
||||
isValidConnection={isValidConnection}
|
||||
onPaneClick={() => {
|
||||
onEditingEdgeIdChange(null);
|
||||
|
||||
Reference in New Issue
Block a user