client: fix focusing input when clicking chat container
This commit is contained in:
parent
1744b8fb96
commit
e5905dee9e
@ -637,7 +637,7 @@ $(function() {
|
||||
}
|
||||
});
|
||||
|
||||
chat.on("click", ".messages", function() {
|
||||
chat.on("click", ".chat", function() {
|
||||
setTimeout(function() {
|
||||
var text = "";
|
||||
if (window.getSelection) {
|
||||
|
Loading…
Reference in New Issue
Block a user