mirror of
https://github.com/sim1222/misskey.git
synced 2025-04-28 18:27:21 +09:00
fix: cant reaction at note detailed
This commit is contained in:
parent
c366a9aa48
commit
b59e0cda52
@ -215,7 +215,7 @@ function react(viaKeyboard = false): void {
|
||||
reactionPicker.show(reactButton.value, reaction => {
|
||||
os.api('notes/reactions/create', {
|
||||
noteId: appearNote.id,
|
||||
reaction: reaction,
|
||||
reaction: reaction.reaction,
|
||||
});
|
||||
}, () => {
|
||||
focus();
|
||||
|
Loading…
x
Reference in New Issue
Block a user