From fd951e8bb870a37ce9915c56ad5eba7c50c6c5d7 Mon Sep 17 00:00:00 2001 From: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com> Date: Tue, 8 Mar 2022 17:29:29 +0100 Subject: [PATCH] fix(zoom): fitViewOnInit not passed to zoomPane Signed-off-by: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com> --- src/container/VueFlow/VueFlow.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/container/VueFlow/VueFlow.vue b/src/container/VueFlow/VueFlow.vue index 419d9a6b..927d0c2f 100644 --- a/src/container/VueFlow/VueFlow.vue +++ b/src/container/VueFlow/VueFlow.vue @@ -40,6 +40,7 @@ const { applyEdgeChanges, nodes: storedNodes, edges: storedEdges, + fitViewOnInit, } = useVueFlow(props) useHooks(hooks.value, emit) const { modelValue, nodes, edges } = useVModels(props, emit)