chore: cleanup
This commit is contained in:
@@ -1 +0,0 @@
|
||||
!.vuepress
|
||||
@@ -125,7 +125,6 @@ watch(
|
||||
}
|
||||
|
||||
updatePosition(xyzPos, parentX && parentY ? { x: parentX, y: parentY, z: parentZ! } : undefined)
|
||||
updateNodeDimensions([{ id, nodeElement: nodeElement.value }])
|
||||
},
|
||||
{ flush: 'post' },
|
||||
)
|
||||
|
||||
@@ -30,8 +30,6 @@ const resizeObserver = new ResizeObserver((entries) => {
|
||||
forceUpdate: true,
|
||||
}))
|
||||
|
||||
updates.forEach((u) => console.log(u.nodeElement.getBoundingClientRect().left))
|
||||
|
||||
updateNodeDimensions(updates)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user