Fix bug where typing the first character in the search box defocuses

Changelog-Fixed: Fix bug where typing the first character in the search box defocuses
This commit is contained in:
William Casarin
2022-12-26 08:02:36 -08:00
parent 1d1e0c553b
commit 9770e61d9d

View File

@@ -70,7 +70,9 @@ struct SearchHomeView: View {
@Environment(\.colorScheme) var colorScheme
var body: some View {
MainContent
VStack {
MainContent
}
.safeAreaInset(edge: .top) {
VStack(spacing: 0) {
SearchInput