Skip to content
Snippets Groups Projects
Commit 9557ec59 authored by lain's avatar lain
Browse files

Update timeline.js

parent 59f98aec
Branches
No related tags found
No related merge requests found
......@@ -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 &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment