Skip to content

Commit

Permalink
Default to nil for contentInset
Browse files Browse the repository at this point in the history
  • Loading branch information
hactar authored Dec 10, 2024
1 parent ae790f0 commit 6ed3941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MapLibreSwiftUI/MapView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public struct MapView<T: MapViewHostViewController>: UIViewControllerRepresentab
var onStyleLoaded: ((MLNStyle) -> Void)?
var onViewPortChanged: ((MapViewPort) -> Void)?

var mapViewContentInset: UIEdgeInsets? = .zero
var mapViewContentInset: UIEdgeInsets?

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

Expand Down

0 comments on commit 6ed3941

Please sign in to comment.