fix: Workflow adding nodes sometimes fails to connect correctly to anchor points (#4211)
parent
505947ded2
commit
5189816069
|
|
@ -320,6 +320,7 @@ function clickNodes(item: any) {
|
|||
sourceNodeId: props.nodeModel.id,
|
||||
sourceAnchorId: anchorData.value?.id,
|
||||
targetNodeId: nodeModel.id,
|
||||
targetAnchorId: nodeModel.id + '_left',
|
||||
})
|
||||
|
||||
closeNodeMenu()
|
||||
|
|
|
|||
Loading…
Reference in New Issue