From 0b0d2062956b7dfc9ba3a513530d766bc3f9ae16 Mon Sep 17 00:00:00 2001 From: eal Date: Thu, 16 Nov 2017 15:40:36 +0200 Subject: [PATCH] Fix timeline softlock when switching from a loading timeline --- src/components/timeline/timeline.js | 1 + 1 file changed, 1 insertion(+) 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 () {