fix(core,nodes): update position on dimensions change

This commit is contained in:
braks
2022-11-19 12:00:20 +01:00
committed by Braks
parent 6047b908d9
commit 1bc6a7dcce
@@ -108,6 +108,8 @@ watch(
() => parentNode?.computedPosition.y,
() => parentNode?.computedPosition.z,
() => node.selected,
() => node.dimensions,
() => parentNode?.dimensions,
],
([newX, newY, parentX, parentY, parentZ]) => {
const xyzPos = {