chore: bump version

This commit is contained in:
braks
2023-01-06 18:34:30 +01:00
parent bde75ba489
commit bd3720a70d
@@ -138,6 +138,7 @@ watch(
watch([() => node.extent, () => nodeExtent], updatePosition)
// todo: do we need to wait for initialized? Or can we clamp the position immediately?
until(() => node.initialized)
.toBe(true)
.then(updatePosition)