refactor(core,nodes): remove forced update on resize observer trigger

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-14 15:53:47 +01:00
committed by Braks
parent db3244cbec
commit 4a8d77d79f
@@ -38,7 +38,6 @@ onMounted(() => {
return {
id,
nodeElement: entry.target as HTMLDivElement,
forceUpdate: true,
}
})