mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-02-07 15:28:42 +01:00
fix: Await initialize when TimelineSpace is created
This commit is contained in:
parent
e4cea39b1a
commit
28b76ff03c
@ -50,9 +50,9 @@ export default {
|
||||
return !this.modalOpened
|
||||
}
|
||||
},
|
||||
created () {
|
||||
async created () {
|
||||
this.$store.commit('TimelineSpace/changeLoading', true)
|
||||
this.initialize()
|
||||
await this.initialize()
|
||||
.finally(() => {
|
||||
this.$store.commit('TimelineSpace/changeLoading', false)
|
||||
this.$store.commit('GlobalHeader/updateChanging', false)
|
||||
|
Loading…
x
Reference in New Issue
Block a user