docs: set prevent scrolling to false

This commit is contained in:
braks
2022-08-01 21:10:14 +02:00
committed by Braks
parent c4f9492a4f
commit 3f336a12af
3 changed files with 3 additions and 0 deletions
@@ -84,6 +84,7 @@ const { onPaneReady } = useVueFlow({
modelValue: elements.value,
zoomOnScroll: false,
panOnDrag: false,
preventScrolling: false,
})
onPaneReady((i) => emit('pane', i))