autofocus chat box input

This commit is contained in:
rustdesk 2022-04-27 01:07:00 +08:00
parent e66ccdca9d
commit 33c6095eca

View File

@ -215,6 +215,9 @@ event click $(div.chaticon) {
checkClickTime(function() {
show_chat = !show_chat;
adaptSizeForChat();
if (show_chat) {
view.focus = $(.outline-focus);
}
});
}