Files
vue-flow/packages
braks d62c3304e3 fix(store): only run scope dispose on parent caller
# What's changed?

* Only run scope disposal on parent scopes
    * the uppermost `useVueFlow` call
* Do not reset store on flow unmount
* Fixes issue that flow is broken after a `v-if` toggle
2022-07-27 22:49:00 +02:00
..