Redraw after loading missing posts

This commit is contained in:
Toby Zerner 2015-07-23 16:38:39 +09:30
parent 6c8144f90a
commit 512c2b10f4

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());
}
/**