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
1 changed files with 1 additions and 0 deletions

View File

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