Reset the typahead before showing it
This commit is contained in:
parent
b13e36a11c
commit
9a6c6bcd98
1 changed files with 1 additions and 1 deletions
|
@ -53,8 +53,8 @@
|
||||||
showCompose: function() {
|
showCompose: function() {
|
||||||
this.$fab.hide();
|
this.$fab.hide();
|
||||||
this.$contacts.hide();
|
this.$contacts.hide();
|
||||||
this.newConversationView.$el.show();
|
|
||||||
this.newConversationView.reset();
|
this.newConversationView.reset();
|
||||||
|
this.newConversationView.$el.show();
|
||||||
this.$back.show();
|
this.$back.show();
|
||||||
},
|
},
|
||||||
hideCompose: function() {
|
hideCompose: function() {
|
||||||
|
|
Loading…
Reference in a new issue