Revert "test"

This reverts commit 67bb6bc3d9.
This commit is contained in:
Francesco 2025-06-01 22:24:12 +02:00
parent 67bb6bc3d9
commit 19f7a7a04c

View file

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