summaryrefslogtreecommitdiff
path: root/packages/client/src/components
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-02-02 01:32:26 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2022-02-02 01:32:26 +0900
commit9b7b8bb9a15a47e7bde9736a9687e5720fd9a6eb (patch)
treec57d0f80c0fcb773d4bcf7b4f181bae4f555e007 /packages/client/src/components
parent12.103.0 (diff)
downloadmisskey-9b7b8bb9a15a47e7bde9736a9687e5720fd9a6eb.tar.gz
misskey-9b7b8bb9a15a47e7bde9736a9687e5720fd9a6eb.tar.bz2
misskey-9b7b8bb9a15a47e7bde9736a9687e5720fd9a6eb.zip
fix(client): ツールチップの表示位置が正しくない問題を修正
Diffstat (limited to 'packages/client/src/components')
-rw-r--r--packages/client/src/components/reactions-viewer.reaction.vue2
-rw-r--r--packages/client/src/components/renote-button.vue2
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');
});