Another pages loading count fix

This commit is contained in:
Toby Zerner 2015-07-27 12:28:03 +09:30
parent 8724fe9be2
commit 1193a86536

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++;