This commit is contained in:
Francesco 2025-06-01 22:21:35 +02:00
parent 271636ed64
commit 67bb6bc3d9

View file

@ -95,7 +95,7 @@ struct SearchView: View {
.padding(.horizontal, 20)
.padding(.top, 20)
ScrollView {
VStack {
SearchContent(
selectedModule: selectedModule,
searchQuery: searchQuery,
@ -115,7 +115,6 @@ struct SearchView: View {
onClearHistory: clearSearchHistory
)
}
.scrollViewBottomPadding()
.simultaneousGesture(
DragGesture().onChanged { _ in
UIApplication.shared.sendAction(#selector(UIResponder.resignFirstResponder), to: nil, from: nil, for: nil)