Auto-focus new conversation input field
This commit is contained in:
parent
b1ad04298f
commit
070393170c
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@
|
|||
this.$contacts.hide();
|
||||
this.newConversationView.reset();
|
||||
this.newConversationView.$el.show();
|
||||
this.newConversationView.$input.focus();
|
||||
this.$back.show();
|
||||
},
|
||||
hideCompose: function() {
|
||||
|
|
Loading…
Reference in a new issue