chore: cleanup

This commit is contained in:
braks
2022-10-04 22:18:08 +02:00
committed by Braks
parent a840a5cf58
commit f0f24cee5c
3 changed files with 0 additions and 4 deletions

View File

@@ -1 +0,0 @@
!.vuepress

View File

@@ -125,7 +125,6 @@ watch(
}
updatePosition(xyzPos, parentX && parentY ? { x: parentX, y: parentY, z: parentZ! } : undefined)
updateNodeDimensions([{ id, nodeElement: nodeElement.value }])
},
{ flush: 'post' },
)

View File

@@ -30,8 +30,6 @@ const resizeObserver = new ResizeObserver((entries) => {
forceUpdate: true,
}))
updates.forEach((u) => console.log(u.nodeElement.getBoundingClientRect().left))
updateNodeDimensions(updates)
})