mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-01-19 00:13:01 +08:00
autofocus chat box input
This commit is contained in:
parent
e66ccdca9d
commit
33c6095eca
@ -215,6 +215,9 @@ event click $(div.chaticon) {
|
||||
checkClickTime(function() {
|
||||
show_chat = !show_chat;
|
||||
adaptSizeForChat();
|
||||
if (show_chat) {
|
||||
view.focus = $(.outline-focus);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user