mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-09 11:41:30 -07:00
yeah that broke things
This commit is contained in:
parent
e012f157a0
commit
b8dcad8f8e
2 changed files with 0 additions and 2 deletions
|
@ -374,7 +374,6 @@ useNoteCapture({
|
|||
|
||||
function reply(viaKeyboard = false): void {
|
||||
pleaseLogin();
|
||||
sound.play("reaction");
|
||||
os.post(
|
||||
{
|
||||
reply: appearNote,
|
||||
|
|
|
@ -271,7 +271,6 @@ 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