forked from AkkomaGang/akkoma-fe
Fix timeline softlock when switching from a loading timeline
This commit is contained in:
parent
dff1153d1c
commit
0b0d206295
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue