fix(core): queue node dimensions update to nextTick
This commit is contained in:
@@ -46,7 +46,7 @@ onMounted(() => {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
updateNodeDimensions(updates)
|
nextTick(() => updateNodeDimensions(updates))
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user