From 9b7b8bb9a15a47e7bde9736a9687e5720fd9a6eb Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 2 Feb 2022 01:32:26 +0900 Subject: [PATCH] =?UTF-8?q?fix(client):=20=E3=83=84=E3=83=BC=E3=83=AB?= =?UTF-8?q?=E3=83=81=E3=83=83=E3=83=97=E3=81=AE=E8=A1=A8=E7=A4=BA=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE=E3=81=8C=E6=AD=A3=E3=81=97=E3=81=8F=E3=81=AA=E3=81=84?= =?UTF-8?q?=E5=95=8F=E9=A1=8C=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/client/src/components/reactions-viewer.reaction.vue | 2 +- packages/client/src/components/renote-button.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/client/src/components/reactions-viewer.reaction.vue b/packages/client/src/components/reactions-viewer.reaction.vue index bbf518549c..7dc079fde6 100644 --- a/packages/client/src/components/reactions-viewer.reaction.vue +++ b/packages/client/src/components/reactions-viewer.reaction.vue @@ -101,7 +101,7 @@ export default defineComponent({ emojis: props.note.emojis, users, count: props.count, - source: buttonRef.value + targetElement: buttonRef.value, }, {}, 'closed'); }); diff --git a/packages/client/src/components/renote-button.vue b/packages/client/src/components/renote-button.vue index c1c0d285e1..8d9f08b4c2 100644 --- a/packages/client/src/components/renote-button.vue +++ b/packages/client/src/components/renote-button.vue @@ -52,7 +52,7 @@ export default defineComponent({ showing, users, count: props.count, - source: buttonRef.value + targetElement: buttonRef.value }, {}, 'closed'); });