Auto-focus new conversation input field

pull/749/head
lilia 10 years ago
parent b1ad04298f
commit 070393170c

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

Loading…
Cancel
Save