Reset the typahead before showing it

pull/749/head
lilia 10 years ago
parent b13e36a11c
commit 9a6c6bcd98

@ -53,8 +53,8 @@
showCompose: function() {
this.$fab.hide();
this.$contacts.hide();
this.newConversationView.$el.show();
this.newConversationView.reset();
this.newConversationView.$el.show();
this.$back.show();
},
hideCompose: function() {

Loading…
Cancel
Save