Skip to content
Snippets Groups Projects

Fix timeline softlock when switching from a loading timeline

Merged eal requested to merge fix/timeline-softlock into develop
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -60,6 +60,7 @@ const Timeline = {
},
destroyed () {
window.removeEventListener('scroll', this.scrollLoad)
this.$store.commit('setLoading', { timeline: this.timelineName, value: false })
},
methods: {
showNewStatuses () {
Loading