Compare commits
2 Commits
68c6bead0a
...
964ac1e696
Author | SHA1 | Date | |
---|---|---|---|
964ac1e696 | |||
ebe0c5a81c |
@ -41,10 +41,8 @@ public partial class MainWindow : Window
|
||||
return;
|
||||
}
|
||||
|
||||
// _messages.Add(ChatInputBox.Text);
|
||||
// ChatInputBox.Text = string.Empty;
|
||||
// ChatInputBox.Focus();
|
||||
|
||||
|
||||
_messages.Add($"User: {ChatInputBox.Text}");
|
||||
ChatInputBox.Text = string.Empty;
|
||||
ChatInputBox.Focus();
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user