Skip to content

Commit 1708aa7

Browse files
committed
chore(core): cleanup unused var
Signed-off-by: braks <[email protected]>
1 parent 12c9e4e commit 1708aa7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/composables/useUpdateNodePositions.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ function useUpdateNodePositions() {
1414
{
1515
id: n.id,
1616
position: updatedPos.position,
17-
computedPosition: { ...n.computedPosition, ...updatedPos.computedPosition },
1817
from: n.position,
1918
distance: { x: positionDiff.x, y: positionDiff.y },
2019
dimensions: n.dimensions,

0 commit comments

Comments
 (0)