Fix post button moving after selecting from search result

Closes: #167
Changelog-Fixed: Fix post button moving after selecting from search result
This commit is contained in:
OlegAba
2022-12-28 00:43:00 -05:00
committed by William Casarin
parent 25b233f586
commit c1c832fab7

View File

@@ -88,7 +88,7 @@ struct ContentView: View {
self.active_sheet = .post self.active_sheet = .post
} }
} }
} }.ignoresSafeArea(.keyboard, edges: .bottom)
} }
.safeAreaInset(edge: .top) { .safeAreaInset(edge: .top) {
VStack(spacing: 0) { VStack(spacing: 0) {