Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kateliu20 committed Oct 1, 2024
1 parent 3702509 commit 977c3f2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ private fun ConversationField(modifier: Modifier = Modifier, onSendMessage: (Str
(event.key == Key.Enter || event.key == Key.NumPadEnter) &&
event.type == KeyEventType.KeyDown -> {
if (event.isShiftPressed) {
// sendMessage()
textState.edit { append("\n") }
true
} else {
Expand Down

0 comments on commit 977c3f2

Please sign in to comment.