diff options
| author | Mark Felder <feld@FreeBSD.org> | 2020-07-15 09:01:40 -0500 |
|---|---|---|
| committer | Mark Felder <feld@FreeBSD.org> | 2020-07-15 09:01:40 -0500 |
| commit | 49aaf9dc57282d27ce638463b7a10ed862556350 (patch) | |
| tree | 18b599b847eba9fb3ef6a5f1fb4678f70d0bf7c6 /src/components/timeline/timeline.js | |
| parent | 8fcd37a3b9c3c66afd5bcf08b083db9eee0bd652 (diff) | |
| parent | fd94dba6d0796e946430f7e594fdfcfd6b5a460c (diff) | |
Merge branch 'develop' into refactor/notification_settings
Diffstat (limited to 'src/components/timeline/timeline.js')
| -rw-r--r-- | src/components/timeline/timeline.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/timeline/timeline.js b/src/components/timeline/timeline.js index bac73022..a829bd02 100644 --- a/src/components/timeline/timeline.js +++ b/src/components/timeline/timeline.js @@ -148,7 +148,6 @@ const Timeline = { const bodyBRect = document.body.getBoundingClientRect() const height = Math.max(bodyBRect.height, -(bodyBRect.y)) if (this.timeline.loading === false && - this.$store.getters.mergedConfig.autoLoad && this.$el.offsetHeight > 0 && (window.innerHeight + window.pageYOffset) >= (height - 750)) { this.fetchOlderStatuses() |
