Spaces:
Running
Running
Disable scroll to zoom. (#71) Use pinch!
Browse files
lynxkite-app/web/src/workspace/Workspace.tsx
CHANGED
@@ -383,6 +383,8 @@ function LynxKiteFlow() {
|
|
383 |
proOptions={{ hideAttribution: true }}
|
384 |
maxZoom={1}
|
385 |
minZoom={0.3}
|
|
|
|
|
386 |
defaultEdgeOptions={{
|
387 |
markerEnd: {
|
388 |
type: MarkerType.ArrowClosed,
|
|
|
383 |
proOptions={{ hideAttribution: true }}
|
384 |
maxZoom={1}
|
385 |
minZoom={0.3}
|
386 |
+
zoomOnScroll={false}
|
387 |
+
preventScrolling={false}
|
388 |
defaultEdgeOptions={{
|
389 |
markerEnd: {
|
390 |
type: MarkerType.ArrowClosed,
|