summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2020-02-23 02:28:07 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2020-02-23 02:28:07 +0900
commit200e82decb5ed753768de683d0e9f0c95dbf9e3a (patch)
treecdddf75201f747d04aa55fc93412cca35afec009 /src/client
parentResolve #6053 (diff)
downloadsharkey-200e82decb5ed753768de683d0e9f0c95dbf9e3a.tar.gz
sharkey-200e82decb5ed753768de683d0e9f0c95dbf9e3a.tar.bz2
sharkey-200e82decb5ed753768de683d0e9f0c95dbf9e3a.zip
Fix #6063
Diffstat (limited to 'src/client')
-rw-r--r--src/client/scripts/paging.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/scripts/paging.ts b/src/client/scripts/paging.ts
index d75c968b8f..1656e263fb 100644
--- a/src/client/scripts/paging.ts
+++ b/src/client/scripts/paging.ts
@@ -62,6 +62,7 @@ export default (opts) => ({
},
async init() {
+ this.queue = [];
this.fetching = true;
if (opts.before) opts.before(this);
let params = typeof this.pagination.params === 'function' ? this.pagination.params(true) : this.pagination.params;