mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-18 07:02:45 +00:00
ops 😭
This commit is contained in:
parent
70b27ba55b
commit
8a0a497d81
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ struct SearchView: View {
|
|||
let columnsCount = determineColumns()
|
||||
VStack(spacing: 0) {
|
||||
HStack {
|
||||
SearchBar(text: $searchText, onSearchButtonClicked: performSearch, isFocused: $isSearchFieldFocused)
|
||||
SearchBar(text: $searchText, isFocused: $isSearchFieldFocused, onSearchButtonClicked: performSearch)
|
||||
.padding(.leading)
|
||||
.padding(.trailing, searchText.isEmpty ? 16 : 0)
|
||||
.disabled(selectedModule == nil)
|
||||
|
|
|
|||
Loading…
Reference in a new issue