fix(core): queue node dimensions update to nextTick

This commit is contained in:
braks
2023-10-06 18:00:01 +02:00
committed by Braks
parent 20cd9d8e29
commit 93f0802257
@@ -46,7 +46,7 @@ onMounted(() => {
}
})
updateNodeDimensions(updates)
nextTick(() => updateNodeDimensions(updates))
})
})