forked from AkkomaGang/akkoma-fe
Clear list timeline on exit
This commit is contained in:
parent
a982af771b
commit
a66d40e0e8
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ const ListTimeline = {
|
||||||
},
|
},
|
||||||
unmounted () {
|
unmounted () {
|
||||||
this.$store.dispatch('stopFetchingTimeline', 'list')
|
this.$store.dispatch('stopFetchingTimeline', 'list')
|
||||||
|
this.$store.commit('clearTimeline', { timeline: 'list' })
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue