fix: Flow not properly pre-loading state
* pass key to initFlow to possibly find a pre-existing state Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -55,7 +55,6 @@ const toggleclasss = () => {
|
||||
return el
|
||||
})
|
||||
}
|
||||
useVueFlow()
|
||||
</script>
|
||||
<template>
|
||||
<VueFlow
|
||||
@@ -64,6 +63,7 @@ useVueFlow()
|
||||
:default-zoom="1.5"
|
||||
:min-zoom="0.2"
|
||||
:max-zoom="4"
|
||||
:zoom-on-scroll="false"
|
||||
@elements-remove="onElementsRemove"
|
||||
@connect="onConnect"
|
||||
@node-drag-stop="onNodeDragStop"
|
||||
|
||||
Reference in New Issue
Block a user