From b335975c972685fc5e47f22eef623f58a81ef315 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 21 May 2019 03:20:16 +0900 Subject: Refactoring --- src/client/app/common/scripts/paging.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/app/common/scripts/paging.ts') diff --git a/src/client/app/common/scripts/paging.ts b/src/client/app/common/scripts/paging.ts index 458ee7e5ca..4875ce620f 100644 --- a/src/client/app/common/scripts/paging.ts +++ b/src/client/app/common/scripts/paging.ts @@ -117,7 +117,7 @@ export default (opts) => ({ if (cancel) return; } - if (this.isScrollTop()) { + if (this.isScrollTop == null || this.isScrollTop()) { // Prepend the item this.items.unshift(item); -- cgit v1.2.3-freya