Skip to content

Commit

Permalink
swiftformat
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthetechie committed Aug 8, 2024
1 parent 3771d02 commit 839f92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MapLibreSwiftUI/MapViewCoordinator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ public class MapViewCoordinator<T: MapViewHostViewController>: NSObject, MLNMapV
// TODO: We could put this in regionIsChangingWith if we calculate significant change/debounce.
MainActor.assumeIsolated {
updateViewPort(mapView: mapView, reason: reason)

guard !suppressCameraUpdatePropagation else {
return
}
Expand Down

0 comments on commit 839f92d

Please sign in to comment.