fix: intent node achors
parent
f9623a6bdb
commit
9396166cbb
|
|
@ -56,7 +56,7 @@ class IntentModel extends AppNodeModel {
|
||||||
anchors.push({
|
anchors.push({
|
||||||
x: x + width / 2 - 10,
|
x: x + width / 2 - 10,
|
||||||
y: showNode
|
y: showNode
|
||||||
? y - height / 2 + FORM_ITEMS_HEIGHT + index *41.3
|
? y - height / 2 + FORM_ITEMS_HEIGHT + index *41.36
|
||||||
: y - 15,
|
: y - 15,
|
||||||
id: `${id}_${element.id}_right`,
|
id: `${id}_${element.id}_right`,
|
||||||
type: 'right'
|
type: 'right'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue