fix(core): force update node dimensions

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-03-08 16:32:11 +01:00
committed by Braks
parent 1f6071d672
commit 284e527a36
@@ -35,6 +35,7 @@ onMounted(() => {
return {
id,
nodeElement: entry.target as HTMLDivElement,
forceUpdate: true,
}
})