diff options
| author | eal <eal@waifu.club> | 2017-11-16 15:40:36 +0200 |
|---|---|---|
| committer | eal <eal@waifu.club> | 2017-11-16 15:50:26 +0200 |
| commit | 0b0d2062956b7dfc9ba3a513530d766bc3f9ae16 (patch) | |
| tree | 15938796d8042d1f5be339ba24c8e4a3e55d7873 /src/components/timeline/timeline.js | |
| parent | dff1153d1c8394aea766e1b5fd81e87a7f3b16e7 (diff) | |
Fix timeline softlock when switching from a loading timeline
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 () { |
