Skip to content

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
josxha committed Nov 25, 2023
1 parent d9088b3 commit 95a25b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lib/src/map/options/interaction.dart
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ final class InteractionOptions {
InteractiveFlag.pinchZoom | InteractiveFlag.pinchMove,
this.pinchMoveThreshold = 40.0,
this.pinchMoveWinGestures =
MultiFingerGesture.pinchZoom | MultiFingerGesture.pinchMove,
InteractiveFlag.pinchZoom | InteractiveFlag.pinchMove,
this.scrollWheelVelocity = 0.005,
this.cursorKeyboardRotationOptions = const CursorKeyboardRotationOptions(),
}) : assert(
Expand Down
1 change: 0 additions & 1 deletion lib/src/map/widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import 'package:flutter_map/src/gestures/map_events.dart';
import 'package:flutter_map/src/gestures/map_interactive_viewer.dart';
import 'package:flutter_map/src/layer/general/mobile_layer_transformer.dart';
import 'package:flutter_map/src/layer/general/translucent_pointer.dart';
import 'package:flutter_map/src/map/camera/camera_fit.dart';
import 'package:flutter_map/src/map/controller/internal_map_controller.dart';
import 'package:flutter_map/src/map/controller/map_controller.dart';
import 'package:flutter_map/src/map/controller/map_controller_impl.dart';
Expand Down

0 comments on commit 95a25b4

Please sign in to comment.