diff --git a/js/forum/src/components/PostStream.js b/js/forum/src/components/PostStream.js index d7b03d146..645f9fa53 100644 --- a/js/forum/src/components/PostStream.js +++ b/js/forum/src/components/PostStream.js @@ -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()); } /**