fix
This commit is contained in:
@@ -27,8 +27,10 @@
|
||||
<zoom
|
||||
:zoom="stateManager.zoom.value"
|
||||
:step="0.1"
|
||||
is-home
|
||||
@add="(e) => flowManager.setZoom(e)"
|
||||
@sub="(e) => flowManager.setZoom(e)"
|
||||
@home="() => fitView({ maxZoom: 1 })"
|
||||
/>
|
||||
</template>
|
||||
|
||||
@@ -87,7 +89,6 @@
|
||||
provide('nodeManager', nodeManager)
|
||||
provide('nodeManager', nodeManager)
|
||||
|
||||
|
||||
const { fitView } = useVueFlow()
|
||||
const { layout } = useLayout()
|
||||
const index = ref(0)
|
||||
|
||||
Reference in New Issue
Block a user