mirror of
https://github.com/flarum/framework.git
synced 2025-02-23 01:53:11 +08:00
Redraw after loading missing posts
This commit is contained in:
parent
ebf2228f7e
commit
10aab5b4a8
@ -114,7 +114,7 @@ class PostStream extends mixin(Component, evented) {
|
|||||||
|
|
||||||
this.visibleEnd = this.count();
|
this.visibleEnd = this.count();
|
||||||
|
|
||||||
this.loadRange(this.visibleStart, this.visibleEnd);
|
this.loadRange(this.visibleStart, this.visibleEnd).then(() => m.redraw());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user