darabos commited on
Commit
d7fda19
·
1 Parent(s): 8f44c91

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,