summaryrefslogtreecommitdiff
path: root/packages/client/src/components/renote-button.vue
diff options
context:
space:
mode:
Diffstat (limited to 'packages/client/src/components/renote-button.vue')
-rw-r--r--packages/client/src/components/renote-button.vue2
1 files changed, 1 insertions, 1 deletions
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');
});