1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 17:26:05 +02:00
This commit is contained in:
syuilo
2025-08-25 13:46:22 +09:00
parent 2b9706a68b
commit 7924daf7f8
17 changed files with 31 additions and 31 deletions

View File

@@ -429,7 +429,7 @@ if (!props.mock) {
showing,
users,
count: appearNote.renoteCount,
targetElement: renoteButton.value,
anchorElement: renoteButton.value,
}, {
closed: () => dispose(),
});
@@ -452,7 +452,7 @@ if (!props.mock) {
reaction: '❤️',
users,
count: $appearNote.reactionCount,
targetElement: reactButton.value!,
anchorElement: reactButton.value!,
}, {
closed: () => dispose(),
});