Fix timeline softlock when switching from a loading timeline

This commit is contained in:
eal 2017-11-16 15:40:36 +02:00
parent dff1153d1c
commit 0b0d206295

View file

@ -60,6 +60,7 @@ const Timeline = {
}, },
destroyed () { destroyed () {
window.removeEventListener('scroll', this.scrollLoad) window.removeEventListener('scroll', this.scrollLoad)
this.$store.commit('setLoading', { timeline: this.timelineName, value: false })
}, },
methods: { methods: {
showNewStatuses () { showNewStatuses () {