Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
josxha committed Nov 9, 2023
1 parent 270b331 commit 581ea25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/map/options/interaction.dart
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ final class InteractionOptions {
this.pinchMoveThreshold = 40.0,
this.pinchMoveWinGestures =
MultiFingerGesture.pinchZoom | MultiFingerGesture.pinchMove,
this.enableScrollWheel = true,
this.enableScrollWheel = false,
this.scrollWheelVelocity = 0.005,
this.cursorKeyboardRotationOptions = const CursorKeyboardRotationOptions(),
}) : assert(
Expand Down

0 comments on commit 581ea25

Please sign in to comment.