1
0
mirror of https://github.com/flarum/core.git synced 2025-08-01 14:10:37 +02:00

remove extra space

This commit is contained in:
David Sevilla Martín
2018-03-24 17:43:14 -04:00
committed by GitHub
parent 02ff3416a7
commit e713ffeec9

View File

@@ -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());