Close sidebar before changing account
This commit is contained in:
parent
97050fdbe1
commit
7a101eb112
|
@ -51,6 +51,7 @@ export default {
|
|||
}
|
||||
},
|
||||
async created () {
|
||||
this.$store.dispatch('TimelineSpace/Contents/SideBar/close')
|
||||
this.$store.commit('TimelineSpace/changeLoading', true)
|
||||
await this.initialize()
|
||||
.finally(() => {
|
||||
|
|
Loading…
Reference in New Issue