mirror of
https://github.com/flarum/framework.git
synced 2024-12-12 14:13:37 +08:00
Another pages loading count fix
This commit is contained in:
parent
8724fe9be2
commit
1193a86536
|
@ -358,6 +358,7 @@ class PostStream extends mixin(Component, evented) {
|
|||
redraw();
|
||||
this.pagesLoading--;
|
||||
});
|
||||
this.loadPageTimeouts[start] = null;
|
||||
}, this.pagesLoading ? 1000 : 0);
|
||||
|
||||
this.pagesLoading++;
|
||||
|
|
Loading…
Reference in New Issue
Block a user