1
0
mirror of https://github.com/flarum/core.git synced 2025-02-25 11:43:19 +01:00

Another pages loading count fix

This commit is contained in:
Toby Zerner 2015-07-27 12:28:03 +09:30
parent cdb26eb226
commit 00de9ee9a4

View File

@ -358,6 +358,7 @@ class PostStream extends mixin(Component, evented) {
redraw();
this.pagesLoading--;
});
this.loadPageTimeouts[start] = null;
}, this.pagesLoading ? 1000 : 0);
this.pagesLoading++;