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:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user