diff --git a/js/views/inbox_view.js b/js/views/inbox_view.js index 1596170a3bad..f971b7b1faf8 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() {