mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Fixed updating search to previous query
This commit is contained in:
@ -88,6 +88,9 @@ App.Presenters.PagerPresenter = function(
|
||||
}
|
||||
|
||||
function setSearchParams(newSearchParams) {
|
||||
if (_.isEqual(pager.getSearchParams(), newSearchParams)) {
|
||||
return;
|
||||
}
|
||||
clearContent();
|
||||
pager.setSearchParams(newSearchParams);
|
||||
syncUrl();
|
||||
|
Reference in New Issue
Block a user