We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c1e58f commit e26438cCopy full SHA for e26438c
MCMaps/Red Window/Views/RedWindowContentView.swift
@@ -124,6 +124,16 @@ struct RedWindowContentView: View {
124
}
125
.customizationID("app.tab.library.\(mapPin.content.name.snakeCase)")
126
.customizationBehavior(.automatic, for: .automatic)
127
+ .contextMenu {
128
+ Button("Go Here", systemImage: "location") {
129
+ redWindowEnvironment.mapCenterCoordinate = mapPin.content.position
130
+ }
131
132
+ .swipeActions {
133
134
135
136
137
138
139
.hidden(horizontalSizeClass == .compact)
0 commit comments