fix(core): use post flush to re-observe nodes after toggling visibility (#1517)

* fix(core): use `post` flush to re-observe nodes after toggling visibility

* chore(changeset): add

* chore(core): cleanup
This commit is contained in:
Braks
2024-07-01 16:03:21 +02:00
parent 9154687410
commit d8ddc4de6e
2 changed files with 6 additions and 1 deletions
@@ -173,7 +173,7 @@ const NodeWrapper = defineComponent({
})
}
},
{ immediate: true, flush: 'pre' },
{ immediate: true, flush: 'post' },
)
})