feat(options): add preventScrolling option

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-11-23 14:12:43 +01:00
parent 17f7e4b0e7
commit 46ecec5366
4 changed files with 20 additions and 8 deletions
+1
View File
@@ -140,6 +140,7 @@ export interface FlowOptions {
panOnScrollSpeed?: number
panOnScrollMode?: PanOnScrollMode
zoomOnDoubleClick?: boolean
preventScrolling?: boolean
edgeUpdaterRadius?: number
storageKey?: string
loading?: Loading