Skip to content

Commit 93f0802

Browse files
committed
fix(core): queue node dimensions update to nextTick
1 parent 20cd9d8 commit 93f0802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/container/NodeRenderer/NodeRenderer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ onMounted(() => {
4646
}
4747
})
4848
49-
updateNodeDimensions(updates)
49+
nextTick(() => updateNodeDimensions(updates))
5050
})
5151
})
5252

0 commit comments

Comments
 (0)