mirror of
https://github.com/flarum/framework.git
synced 2025-06-05 23:44:34 +08:00
remove extra space
This commit is contained in:

committed by
GitHub

parent
92c8c616e1
commit
4e2c32b108
@ -124,7 +124,6 @@ class PostStream extends Component {
|
|||||||
update() {
|
update() {
|
||||||
if (!this.viewingEnd) return m.deferred().resolve().promise;
|
if (!this.viewingEnd) return m.deferred().resolve().promise;
|
||||||
|
|
||||||
|
|
||||||
this.visibleEnd = this.count();
|
this.visibleEnd = this.count();
|
||||||
|
|
||||||
return this.loadRange(this.visibleStart, this.visibleEnd).then(() => m.redraw());
|
return this.loadRange(this.visibleStart, this.visibleEnd).then(() => m.redraw());
|
||||||
|
Reference in New Issue
Block a user