mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 09:27:31 -07:00
parent
df1a7a0993
commit
48f77e071b
2 changed files with 2 additions and 0 deletions
|
@ -374,6 +374,7 @@ useNoteCapture({
|
|||
|
||||
function reply(viaKeyboard = false): void {
|
||||
pleaseLogin();
|
||||
sound.play("reaction");
|
||||
os.post(
|
||||
{
|
||||
reply: appearNote,
|
||||
|
|
|
@ -271,6 +271,7 @@ function reply(viaKeyboard = false): void {
|
|||
function react(viaKeyboard = false): void {
|
||||
pleaseLogin();
|
||||
blur();
|
||||
sound.play("reaction");
|
||||
reactionPicker.show(
|
||||
reactButton.value,
|
||||
(reaction) => {
|
||||
|
|
Loading…
Reference in a new issue