Skip to content

Commit

Permalink
Fix default cameraDisabled value
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthetechie committed Aug 1, 2024
1 parent e958f2e commit 5135853
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 @@ -5,7 +5,7 @@ import SwiftUI

public struct MapView<T: MapViewHostViewController>: UIViewControllerRepresentable {
public typealias UIViewControllerType = T
var cameraDisabled: Bool = true
var cameraDisabled: Bool = false

@Binding var camera: MapViewCamera

Expand Down

0 comments on commit 5135853

Please sign in to comment.