mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-10 19:51:30 +03:00
autofocus chat box input
This commit is contained in:
@@ -215,6 +215,9 @@ event click $(div.chaticon) {
|
|||||||
checkClickTime(function() {
|
checkClickTime(function() {
|
||||||
show_chat = !show_chat;
|
show_chat = !show_chat;
|
||||||
adaptSizeForChat();
|
adaptSizeForChat();
|
||||||
|
if (show_chat) {
|
||||||
|
view.focus = $(.outline-focus);
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user