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 => {
|
reactionPicker.show(reactButton.value, reaction => {
|
||||||
os.api('notes/reactions/create', {
|
os.api('notes/reactions/create', {
|
||||||
noteId: appearNote.id,
|
noteId: appearNote.id,
|
||||||
reaction: reaction,
|
reaction: reaction.reaction,
|
||||||
});
|
});
|
||||||
}, () => {
|
}, () => {
|
||||||
focus();
|
focus();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user