Skip to content

Commit 5135853

Browse files
committed
Fix default cameraDisabled value
1 parent e958f2e commit 5135853

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
@@ -5,7 +5,7 @@ import SwiftUI
55

66
public struct MapView<T: MapViewHostViewController>: UIViewControllerRepresentable {
77
public typealias UIViewControllerType = T
8-
var cameraDisabled: Bool = true
8+
var cameraDisabled: Bool = false
99

1010
@Binding var camera: MapViewCamera
1111

0 commit comments

Comments
 (0)