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

v3.2
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
1 changed files with 1 additions and 0 deletions

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()