From cba0a841259f4876553dda2c407fa8de543a2431 Mon Sep 17 00:00:00 2001 From: sim1222 Date: Fri, 30 Dec 2022 16:13:57 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E3=81=84=E3=81=A3=E3=81=B1=E3=81=842?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/client/src/components/MkReactionList.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/client/src/components/MkReactionList.vue b/packages/client/src/components/MkReactionList.vue index 932ba4e09..b35255c9f 100644 --- a/packages/client/src/components/MkReactionList.vue +++ b/packages/client/src/components/MkReactionList.vue @@ -16,7 +16,7 @@ - + @@ -54,6 +54,7 @@ const isDeleted = ref(); const reactions = ref([] as NoteReaction[]); const users = ref([] as UserLite[]); const tes = ref([] as reactionUsers); +const fetching = ref(true); const initialReactions = new Set(Object.keys(props.note.reactions)); @@ -62,6 +63,7 @@ onMounted(async () => { noteId: props.note.id, limit: 100, }); + fetching.value = false; for (const [reaction, count] of Object.entries(props.note.reactions)) { const users = await os.apiGet('notes/reactions', {