Fixed endless scroll loading next page too eagerly
This commit is contained in:
parent
7bb21a96ab
commit
46a100ff16
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ App.Presenters.PagerPresenter = function(
|
||||||
}
|
}
|
||||||
|
|
||||||
function reinit(params, loaded) {
|
function reinit(params, loaded) {
|
||||||
|
window.clearInterval(scrollInterval);
|
||||||
if (forceClear) {
|
if (forceClear) {
|
||||||
clearContent();
|
clearContent();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue