mirror of
https://github.com/flarum/core.git
synced 2025-07-23 01:31:40 +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.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