mirror of
https://github.com/flarum/framework.git
synced 2025-01-19 18:12:59 +08:00
Redraw after loading missing posts
This commit is contained in:
parent
6c8144f90a
commit
512c2b10f4
|
@ -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());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user