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) {
|
function setSearchParams(newSearchParams) {
|
||||||
|
if (_.isEqual(pager.getSearchParams(), newSearchParams)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
clearContent();
|
clearContent();
|
||||||
pager.setSearchParams(newSearchParams);
|
pager.setSearchParams(newSearchParams);
|
||||||
syncUrl();
|
syncUrl();
|
||||||
|
|
Loading…
Reference in a new issue