Skip to content

Commit

Permalink
Pressing enter to send a message
Browse files Browse the repository at this point in the history
WHY WAS THIS NOT A THING
  • Loading branch information
dffdff2423 committed Dec 17, 2024
1 parent 3be7dc1 commit b31ff67
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ private void SetupEventHandlers()
}
};

MessageInput.OnTextEntered += _ => SendMessage();
SendButton.OnPressed += _ => SendMessage();
DeleteChatButton.OnPressed += _ => DeleteCurrentChat();
}
Expand Down

0 comments on commit b31ff67

Please sign in to comment.