diff --git a/ui/src/workflow/common/NodeContainer.vue b/ui/src/workflow/common/NodeContainer.vue index 4020c2c7a..2a3ade15c 100644 --- a/ui/src/workflow/common/NodeContainer.vue +++ b/ui/src/workflow/common/NodeContainer.vue @@ -320,6 +320,7 @@ function clickNodes(item: any) { sourceNodeId: props.nodeModel.id, sourceAnchorId: anchorData.value?.id, targetNodeId: nodeModel.id, + targetAnchorId: nodeModel.id + '_left', }) closeNodeMenu()