From e5905dee9ea21a8284643fe81cf4cfa5871fe37a Mon Sep 17 00:00:00 2001 From: William Boman Date: Mon, 30 May 2016 17:41:33 +0200 Subject: [PATCH] client: fix focusing input when clicking chat container --- client/js/lounge.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/js/lounge.js b/client/js/lounge.js index 6f04b777c3..1def0ab9ad 100644 --- a/client/js/lounge.js +++ b/client/js/lounge.js @@ -637,7 +637,7 @@ $(function() { } }); - chat.on("click", ".messages", function() { + chat.on("click", ".chat", function() { setTimeout(function() { var text = ""; if (window.getSelection) {