diff options
| author | shpuld <shp@cock.li> | 2017-11-17 02:17:47 +0200 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2017-11-17 02:17:47 +0200 |
| commit | e13c8c3fd292e5afa43f78bfff9e1bdd754c1df9 (patch) | |
| tree | 5dc86bd35d39479cf8ab96bfe1379adce033843e /src/components/timeline/timeline.js | |
| parent | 44073e72fdb5d253f48b6f0bb0755da89f7e4ae1 (diff) | |
| parent | 86e685ac3452e42c3276e6ea2d3e7988abf2941a (diff) | |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma-fe into feature/custom-theme
Diffstat (limited to 'src/components/timeline/timeline.js')
| -rw-r--r-- | src/components/timeline/timeline.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/timeline/timeline.js b/src/components/timeline/timeline.js index 613b8a34..be0aefc1 100644 --- a/src/components/timeline/timeline.js +++ b/src/components/timeline/timeline.js @@ -60,6 +60,7 @@ const Timeline = { }, destroyed () { window.removeEventListener('scroll', this.scrollLoad) + this.$store.commit('setLoading', { timeline: this.timelineName, value: false }) }, methods: { showNewStatuses () { |
