mirror of
https://github.com/flarum/core.git
synced 2025-07-22 01:01:28 +02:00
Redraw after loading missing posts
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user