mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 02:57:22 +00:00
desktop cm: auto focus & merge setSizeAlignment
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -54,6 +54,7 @@ class ChatPage extends StatelessWidget implements PageShape {
|
||||
return DashChat(
|
||||
onSend: (chatMsg) {
|
||||
chatModel.send(chatMsg);
|
||||
chatModel.inputNode.requestFocus();
|
||||
},
|
||||
currentUser: chatModel.me,
|
||||
messages: chatModel
|
||||
|
||||
Reference in New Issue
Block a user