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.$contacts.hide();
this.newConversationView.reset(); this.newConversationView.reset();
this.newConversationView.$el.show(); this.newConversationView.$el.show();
this.newConversationView.$input.focus();
this.$back.show(); this.$back.show();
}, },
hideCompose: function() { hideCompose: function() {

Loading…
Cancel
Save