aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-07-01 13:47:55 -0400
committertaehoon <th.dev91@gmail.com>2019-10-24 15:15:33 -0400
commit565d53812b394ed829bcd2e70e48efcc612e5d59 (patch)
tree4bd65e80e1578a364c1457a2ac47da325bca2363
parent5faafdb428410800b7db9127adf7342894851407 (diff)
reposition popper after fetching status
-rw-r--r--src/components/status/status.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/status/status.js b/src/components/status/status.js
index ae3aacbd..641702be 100644
--- a/src/components/status/status.js
+++ b/src/components/status/status.js
@@ -388,6 +388,7 @@ const Status = {
if (!this.preview) {
this.$store.state.api.backendInteractor.fetchStatus({ id }).then((status) => {
this.preview = status
+ this.$nextTick(this.$refs.foo.updatePopper)
})
}
} else if (this.preview.id !== targetId) {