Close sidebar before changing account

This commit is contained in:
L. E. Segovia 2018-12-12 00:49:24 +00:00
parent 97050fdbe1
commit 7a101eb112
No known key found for this signature in database
GPG Key ID: D5D1DC48B52B7AD5
1 changed files with 1 additions and 0 deletions

View File

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