logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 9557ec59a86570ff0cde941923ae5415aa6ba39a
parent: 59f98aecd99cbc1eadf93a52409049c04e571c58
Author: lambda <pleromagit@rogerbraun.net>
Date:   Sun, 22 Apr 2018 20:16:28 +0000

Update timeline.js

Diffstat:

Msrc/components/timeline/timeline.js2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/timeline/timeline.js b/src/components/timeline/timeline.js @@ -105,7 +105,7 @@ const Timeline = { .then((friends) => this.$store.dispatch('addFriends', { friends })) }, scrollLoad (e) { - const bodyBRect = document.body.getBoundingClientRect(); + const bodyBRect = document.body.getBoundingClientRect() const height = Math.max(bodyBRect.height, -(bodyBRect.y)) if (this.timeline.loading === false && this.$store.state.config.autoLoad &&