aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoreal <eal@waifu.club>2017-11-16 15:40:36 +0200
committereal <eal@waifu.club>2017-11-16 15:50:26 +0200
commit0b0d2062956b7dfc9ba3a513530d766bc3f9ae16 (patch)
tree15938796d8042d1f5be339ba24c8e4a3e55d7873 /src
parentdff1153d1c8394aea766e1b5fd81e87a7f3b16e7 (diff)
Fix timeline softlock when switching from a loading timeline
Diffstat (limited to 'src')
-rw-r--r--src/components/timeline/timeline.js1
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 () {