mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 07:50:24 +08:00
remove extra space
This commit is contained in:
parent
02ff3416a7
commit
e713ffeec9
@ -124,7 +124,6 @@ class PostStream extends Component {
|
||||
update() {
|
||||
if (!this.viewingEnd) return m.deferred().resolve().promise;
|
||||
|
||||
|
||||
this.visibleEnd = this.count();
|
||||
|
||||
return this.loadRange(this.visibleStart, this.visibleEnd).then(() => m.redraw());
|
||||
|
Loading…
x
Reference in New Issue
Block a user