Redraw after loading missing posts

This commit is contained in:
Toby Zerner 2015-07-23 16:38:39 +09:30
parent ebf2228f7e
commit 10aab5b4a8

View File

@ -114,7 +114,7 @@ class PostStream extends mixin(Component, evented) {
this.visibleEnd = this.count();
this.loadRange(this.visibleStart, this.visibleEnd);
this.loadRange(this.visibleStart, this.visibleEnd).then(() => m.redraw());
}
/**