docs: set prevent scrolling to false
This commit is contained in:
@@ -84,6 +84,7 @@ const { onPaneReady } = useVueFlow({
|
||||
modelValue: elements.value,
|
||||
zoomOnScroll: false,
|
||||
panOnDrag: false,
|
||||
preventScrolling: false,
|
||||
})
|
||||
|
||||
onPaneReady((i) => emit('pane', i))
|
||||
|
||||
Reference in New Issue
Block a user