We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9781c2 commit 6fd2989Copy full SHA for 6fd2989
Shared/Supporting Files/Views/SampleLink.swift
@@ -34,9 +34,6 @@ struct SampleLink: View {
34
NavigationLink {
35
SampleDetailView(sample: sample)
36
.id(sample.name)
37
- // Workaround for bug that causes a map view to jump to the bottom
38
- // of its map when a keyboard is presented in landscape mode.
39
- .ignoresSafeArea(.keyboard, edges: .bottom)
40
} label: {
41
SampleRow(sample, textToBold: textToBold)
42
}
0 commit comments