This commit is contained in:
Chris Bell 2025-01-22 13:22:11 -06:00
parent ebe0c5a81c
commit 964ac1e696

View File

@ -41,7 +41,7 @@ public partial class MainWindow : Window
return;
}
_messages.Add(ChatInputBox.Text);
_messages.Add($"User: {ChatInputBox.Text}");
ChatInputBox.Text = string.Empty;
ChatInputBox.Focus();
}