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