reposition popper after fetching status
This commit is contained in:
parent
5faafdb428
commit
565d53812b
1 changed files with 1 additions and 0 deletions
|
@ -388,6 +388,7 @@ const Status = {
|
||||||
if (!this.preview) {
|
if (!this.preview) {
|
||||||
this.$store.state.api.backendInteractor.fetchStatus({ id }).then((status) => {
|
this.$store.state.api.backendInteractor.fetchStatus({ id }).then((status) => {
|
||||||
this.preview = status
|
this.preview = status
|
||||||
|
this.$nextTick(this.$refs.foo.updatePopper)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
} else if (this.preview.id !== targetId) {
|
} else if (this.preview.id !== targetId) {
|
||||||
|
|
Loading…
Reference in a new issue