Auto-focus new conversation input field

This commit is contained in:
lilia 2015-01-26 12:05:12 -10:00
parent b1ad04298f
commit 070393170c

View file

@ -60,6 +60,7 @@
this.$contacts.hide();
this.newConversationView.reset();
this.newConversationView.$el.show();
this.newConversationView.$input.focus();
this.$back.show();
},
hideCompose: function() {