Skip to content

Commit 9396166

Browse files
committed
fix: intent node achors
1 parent f9623a6 commit 9396166

File tree

1 file changed

+1
-1
lines changed
  • ui/src/workflow/nodes/intent-classify-node

1 file changed

+1
-1
lines changed

ui/src/workflow/nodes/intent-classify-node/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class IntentModel extends AppNodeModel {
5656
anchors.push({
5757
x: x + width / 2 - 10,
5858
y: showNode
59-
? y - height / 2 + FORM_ITEMS_HEIGHT + index *41.3
59+
? y - height / 2 + FORM_ITEMS_HEIGHT + index *41.36
6060
: y - 15,
6161
id: `${id}_${element.id}_right`,
6262
type: 'right'

0 commit comments

Comments
 (0)