chore(core): update prevent scrolling comment

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-02-16 20:26:49 +01:00
committed by Braks
parent 96b8c08798
commit 68b07ca705
+1 -1
View File
@@ -146,7 +146,7 @@ export interface FlowProps {
panOnScrollSpeed?: number
panOnScrollMode?: PanOnScrollMode
zoomOnDoubleClick?: boolean
/** enable this to prevent vue flow from scrolling inside the container, i.e. allow for the page to scroll */
/** If set to false, scrolling inside the viewport will be disabled and instead the page scroll will be used */
preventScrolling?: boolean
selectionMode?: SelectionMode
edgeUpdaterRadius?: number