chore(core): cleanup unused var
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -14,7 +14,6 @@ function useUpdateNodePositions() {
|
|||||||
{
|
{
|
||||||
id: n.id,
|
id: n.id,
|
||||||
position: updatedPos.position,
|
position: updatedPos.position,
|
||||||
computedPosition: { ...n.computedPosition, ...updatedPos.computedPosition },
|
|
||||||
from: n.position,
|
from: n.position,
|
||||||
distance: { x: positionDiff.x, y: positionDiff.y },
|
distance: { x: positionDiff.x, y: positionDiff.y },
|
||||||
dimensions: n.dimensions,
|
dimensions: n.dimensions,
|
||||||
|
|||||||
Reference in New Issue
Block a user