mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-05-01 09:10:50 +02:00
Fix search UI offset
This commit is contained in:
parent
ebcb50619e
commit
38d5739406
1 changed files with 2 additions and 0 deletions
|
|
@ -78,6 +78,8 @@ class SearchFooter extends Component {
|
|||
|
||||
if (defaultSearchQuery && defaultSearchQuery !== prevProps.defaultSearchQuery) {
|
||||
newState.searchQuery = defaultSearchQuery;
|
||||
newState.searchOffset = 0;
|
||||
newState.newSearch = true;
|
||||
}
|
||||
|
||||
if (searchType !== defaultSearchType) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue