1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma-fe synced 2025-06-05 08:19:13 +08:00

Merge branch 'fix/timeline-softlock' into 'develop'

Fix timeline softlock when switching from a loading timeline

See merge request 
This commit is contained in:
lambda 2017-11-16 13:56:48 +00:00
commit 86e685ac34

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 () {