fix: like button not playing reaction sound
This commit is contained in:
parent
c9ca1dd3f1
commit
b87142d2f7
6 changed files with 6 additions and 0 deletions
|
|
@ -563,6 +563,7 @@ function reply(viaKeyboard = false): void {
|
|||
function like(): void {
|
||||
pleaseLogin();
|
||||
showMovedDialog();
|
||||
sound.play('reaction');
|
||||
if (props.mock) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue