reposition popper after fetching status

このコミットが含まれているのは:
taehoon 2019-07-01 13:47:55 -04:00
コミット 565d53812b
1個のファイルの変更1行の追加0行の削除

ファイルの表示

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