Compare commits
No commits in common. "964ac1e6965f7cabf577649a4887e181858fe51a" and "68c6bead0aaa6dfb81828c74e7e9390b8ab0440d" have entirely different histories.
964ac1e696
...
68c6bead0a
@ -41,8 +41,10 @@ public partial class MainWindow : Window
|
||||
return;
|
||||
}
|
||||
|
||||
_messages.Add($"User: {ChatInputBox.Text}");
|
||||
ChatInputBox.Text = string.Empty;
|
||||
ChatInputBox.Focus();
|
||||
// _messages.Add(ChatInputBox.Text);
|
||||
// ChatInputBox.Text = string.Empty;
|
||||
// ChatInputBox.Focus();
|
||||
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user