Merge pull request #364 from williamboman/fix/chat-input-focus

client: fix focusing input when clicking chat container
This commit is contained in:
Jérémie Astori 2016-06-19 12:01:34 -04:00 committed by GitHub
commit 500c6e2f2b

View File

@ -648,7 +648,7 @@ $(function() {
} }
}); });
chat.on("click", ".messages", function() { chat.on("click", ".chat", function() {
setTimeout(function() { setTimeout(function() {
var text = ""; var text = "";
if (window.getSelection) { if (window.getSelection) {