logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
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:

Msrc/components/status_popover/status_popover.js2+-
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()) } } }