Uncomment SendMessage

This commit is contained in:
Chris Bell 2025-01-22 13:20:45 -06:00
parent 68c6bead0a
commit ebe0c5a81c

View File

@ -41,10 +41,8 @@ public partial class MainWindow : Window
return;
}
// _messages.Add(ChatInputBox.Text);
// ChatInputBox.Text = string.Empty;
// ChatInputBox.Focus();
_messages.Add(ChatInputBox.Text);
ChatInputBox.Text = string.Empty;
ChatInputBox.Focus();
}
}