update(flow): set modelValue after initialization of elements
* remove extra edge parsing Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -116,6 +116,7 @@ const options = Object.assign({}, store.$state, props)
|
||||
invoke(async () => {
|
||||
store.setState(options)
|
||||
await store.setElements(elements.value)
|
||||
elements.value = store.elements
|
||||
store.isReady = true
|
||||
|
||||
// if ssr we can't wait for dimensions, they'll never really exist
|
||||
|
||||
Reference in New Issue
Block a user