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(); redraw();
this.pagesLoading--; this.pagesLoading--;
}); });
this.loadPageTimeouts[start] = null;
}, this.pagesLoading ? 1000 : 0); }, this.pagesLoading ? 1000 : 0);
this.pagesLoading++; this.pagesLoading++;