From 070393170cf44178b07a5a6b3d13368948171165 Mon Sep 17 00:00:00 2001 From: lilia Date: Mon, 26 Jan 2015 12:05:12 -1000 Subject: [PATCH] Auto-focus new conversation input field --- js/views/inbox_view.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/views/inbox_view.js b/js/views/inbox_view.js index 1596170a3..f971b7b1f 100644 --- a/js/views/inbox_view.js +++ b/js/views/inbox_view.js @@ -60,6 +60,7 @@ this.$contacts.hide(); this.newConversationView.reset(); this.newConversationView.$el.show(); + this.newConversationView.$input.focus(); this.$back.show(); }, hideCompose: function() {