diff options
| author | Marie <marie@kaifa.ch> | 2024-02-06 21:27:42 +0100 |
|---|---|---|
| committer | Marie <marie@kaifa.ch> | 2024-02-06 21:27:42 +0100 |
| commit | 1fa347390a7cb65ca71446c812d3a92d117fd970 (patch) | |
| tree | 138be49603ba9ffe3ad47cc1498cfd4a261a89b7 /packages/frontend/src/components/SkNote.vue | |
| parent | merge: upstream (diff) | |
| download | sharkey-1fa347390a7cb65ca71446c812d3a92d117fd970.tar.gz sharkey-1fa347390a7cb65ca71446c812d3a92d117fd970.tar.bz2 sharkey-1fa347390a7cb65ca71446c812d3a92d117fd970.zip | |
fix: add missing diff between SkNote* and MkNote*
Diffstat (limited to 'packages/frontend/src/components/SkNote.vue')
| -rw-r--r-- | packages/frontend/src/components/SkNote.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/SkNote.vue b/packages/frontend/src/components/SkNote.vue index 61d32d721e..dc74c4928d 100644 --- a/packages/frontend/src/components/SkNote.vue +++ b/packages/frontend/src/components/SkNote.vue @@ -623,7 +623,7 @@ function react(viaKeyboard = false): void { } } else { blur(); - reactionPicker.show(reactButton.value ?? null, reaction => { + reactionPicker.show(reactButton.value ?? null, note.value, reaction => { sound.playMisskeySfx('reaction'); if (props.mock) { |