Skip to content

Commit e9ad082

Browse files
authored
Default to nil for contentInset (maplibre#64)
1 parent ae790f0 commit e9ad082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/MapLibreSwiftUI/MapView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public struct MapView<T: MapViewHostViewController>: UIViewControllerRepresentab
1818
var onStyleLoaded: ((MLNStyle) -> Void)?
1919
var onViewPortChanged: ((MapViewPort) -> Void)?
2020

21-
var mapViewContentInset: UIEdgeInsets? = .zero
21+
var mapViewContentInset: UIEdgeInsets?
2222

2323
var unsafeMapViewControllerModifier: ((T) -> Void)?
2424

0 commit comments

Comments
 (0)