Fix timeline softlock when switching from a loading timeline

このコミットが含まれているのは:
eal 2017-11-16 15:40:36 +02:00
コミット 0b0d206295
1個のファイルの変更1行の追加0行の削除

ファイルの表示

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