chore: cleanup

This commit is contained in:
braks
2022-10-07 22:55:38 +02:00
committed by Braks
parent a840a5cf58
commit f0f24cee5c
3 changed files with 0 additions and 4 deletions
-1
View File
@@ -1 +0,0 @@
!.vuepress
@@ -125,7 +125,6 @@ watch(
} }
updatePosition(xyzPos, parentX && parentY ? { x: parentX, y: parentY, z: parentZ! } : undefined) updatePosition(xyzPos, parentX && parentY ? { x: parentX, y: parentY, z: parentZ! } : undefined)
updateNodeDimensions([{ id, nodeElement: nodeElement.value }])
}, },
{ flush: 'post' }, { flush: 'post' },
) )
@@ -30,8 +30,6 @@ const resizeObserver = new ResizeObserver((entries) => {
forceUpdate: true, forceUpdate: true,
})) }))
updates.forEach((u) => console.log(u.nodeElement.getBoundingClientRect().left))
updateNodeDimensions(updates) updateNodeDimensions(updates)
}) })