mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 22:54:15 +00:00
Merge pull request #364 from williamboman/fix/chat-input-focus
client: fix focusing input when clicking chat container
This commit is contained in:
commit
500c6e2f2b
1 changed files with 1 additions and 1 deletions
|
@ -648,7 +648,7 @@ $(function() {
|
|||
}
|
||||
});
|
||||
|
||||
chat.on("click", ".messages", function() {
|
||||
chat.on("click", ".chat", function() {
|
||||
setTimeout(function() {
|
||||
var text = "";
|
||||
if (window.getSelection) {
|
||||
|
|
Loading…
Reference in a new issue