mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: Workflow adding nodes sometimes fails to connect correctly to anchor points (#4211)
This commit is contained in:
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