revert(core): force update on resize observer changes

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 fc231bec1e
commit 657f33b845
@@ -38,6 +38,7 @@ onMounted(() => {
return { return {
id, id,
nodeElement: entry.target as HTMLDivElement, nodeElement: entry.target as HTMLDivElement,
forceUpdate: true,
} }
}) })