From 565d53812b394ed829bcd2e70e48efcc612e5d59 Mon Sep 17 00:00:00 2001
From: taehoon
Date: Mon, 1 Jul 2019 13:47:55 -0400
Subject: [PATCH] reposition popper after fetching status
---
src/components/status/status.js | 1 +
1 file changed, 1 insertion(+)
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) {