diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-23 02:28:07 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-23 02:28:07 +0900 |
| commit | 200e82decb5ed753768de683d0e9f0c95dbf9e3a (patch) | |
| tree | cdddf75201f747d04aa55fc93412cca35afec009 /src/client | |
| parent | Resolve #6053 (diff) | |
| download | sharkey-200e82decb5ed753768de683d0e9f0c95dbf9e3a.tar.gz sharkey-200e82decb5ed753768de683d0e9f0c95dbf9e3a.tar.bz2 sharkey-200e82decb5ed753768de683d0e9f0c95dbf9e3a.zip | |
Fix #6063
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/scripts/paging.ts | 1 |
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; |