Skip to content

Commit

Permalink
client: fix focusing input when clicking chat container
Browse files Browse the repository at this point in the history
  • Loading branch information
williamboman committed Jun 10, 2016
1 parent 1744b8f commit e5905de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/js/lounge.js
Expand Up @@ -637,7 +637,7 @@ $(function() {
}
});

chat.on("click", ".messages", function() {
chat.on("click", ".chat", function() {
setTimeout(function() {
var text = "";
if (window.getSelection) {
Expand Down

0 comments on commit e5905de

Please sign in to comment.