Fixed updating search to previous query
This commit is contained in:
parent
c2b201d36b
commit
c78d9d62e6
1 changed files with 3 additions and 0 deletions
|
@ -88,6 +88,9 @@ App.Presenters.PagerPresenter = function(
|
|||
}
|
||||
|
||||
function setSearchParams(newSearchParams) {
|
||||
if (_.isEqual(pager.getSearchParams(), newSearchParams)) {
|
||||
return;
|
||||
}
|
||||
clearContent();
|
||||
pager.setSearchParams(newSearchParams);
|
||||
syncUrl();
|
||||
|
|
Loading…
Reference in a new issue