Uncomment SendMessage
This commit is contained in:
parent
68c6bead0a
commit
ebe0c5a81c
@ -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();
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user