arrange fix

This commit is contained in:
Jan Prochazka
2022-08-28 08:09:54 +02:00
parent 894a864110
commit 0813f4387d
3 changed files with 25 additions and 22 deletions

View File

@@ -73,7 +73,7 @@
if (!settings?.isCalledFromArrange) {
isArranged = false;
}
// nodeChanged.position = { x: table.left, y: table.top };
nodeChanged.position = { x: table.left, y: table.top };
}
return nodeChanged;