Skip to content

Commit c58043e

Browse files
committed
Add comment.
1 parent 63efe1e commit c58043e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Shared/Supporting Files/Views/SampleLink.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ struct SampleLink: View {
3434
NavigationLink {
3535
SampleDetailView(sample: sample)
3636
.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.
3739
.ignoresSafeArea(.keyboard, edges: .bottom)
3840
} label: {
3941
SampleRow(

0 commit comments

Comments
 (0)