Fix timeline softlock when switching from a loading timeline
This commit is contained in:
parent
dff1153d1c
commit
0b0d206295
@ -60,6 +60,7 @@ const Timeline = {
|
||||
},
|
||||
destroyed () {
|
||||
window.removeEventListener('scroll', this.scrollLoad)
|
||||
this.$store.commit('setLoading', { timeline: this.timelineName, value: false })
|
||||
},
|
||||
methods: {
|
||||
showNewStatuses () {
|
||||
|
Loading…
Reference in New Issue
Block a user