commit: 6be625b058cdc889631953b5343ff600842ee912
parent 81bf18a31120beace24a4e176eab20df733881b3
Author: Henry Jameson <me@hjkos.com>
Date: Mon, 27 Jun 2022 14:28:51 +0300
use nextrick with status popover updates
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/status_popover/status_popover.js b/src/components/status_popover/status_popover.js
@@ -42,7 +42,7 @@ const StatusPopover = {
watch: {
status (newStatus, oldStatus) {
if (newStatus !== oldStatus) {
- this.$refs.popover.updateStyles()
+ this.$nextTick(() => this.$refs.popover.updateStyles())
}
}
}