fix(core): node dimensions update condition to only force when dimensions defined

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-15 15:38:28 +01:00
committed by Braks
parent 657f33b845
commit 94c0883db8
2 changed files with 5 additions and 7 deletions
@@ -38,7 +38,6 @@ onMounted(() => {
return {
id,
nodeElement: entry.target as HTMLDivElement,
forceUpdate: true,
}
})