Skip to content

Commit

Permalink
Reinstate missing id in MapController's move method
Browse files Browse the repository at this point in the history
  • Loading branch information
rorystephenson committed May 30, 2023
1 parent 64e3a8e commit 3eca34e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/map/flutter_map_state.dart
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ class FlutterMapState extends MapGestureMixin
oldZoom: oldZoom,
hasGesture: hasGesture,
source: source,
id: id,
);
if (movementEvent != null) emitMapEvent(movementEvent);

Expand Down

0 comments on commit 3eca34e

Please sign in to comment.