fix: Workflow adding nodes sometimes fails to connect correctly to anchor points (#4211)

This commit is contained in:
shaohuzhang1 2025-10-17 16:02:20 +08:00 committed by GitHub
parent 505947ded2
commit 5189816069
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -320,6 +320,7 @@ function clickNodes(item: any) {
sourceNodeId: props.nodeModel.id,
sourceAnchorId: anchorData.value?.id,
targetNodeId: nodeModel.id,
targetAnchorId: nodeModel.id + '_left',
})
closeNodeMenu()