Skip to content

Commit 01db0e3

Browse files
committed
Fix settings.
1 parent db10be6 commit 01db0e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shared/Samples/Configure clusters/ConfigureClustersView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ struct ConfigureClustersView: View {
6161
Button("Clustering Settings") {
6262
showsSettings = true
6363
}
64-
.popover(isPresented: $showsSettings) {
64+
.popover(isPresented: $showsSettings) { [mapViewScale] in
6565
SettingsView(model: model, mapViewScale: mapViewScale)
6666
.presentationDetents([.fraction(0.5)])
6767
.frame(idealWidth: 320, idealHeight: 340)

0 commit comments

Comments
 (0)