Reset the typahead before showing it

This commit is contained in:
lilia 2015-01-26 10:38:27 -10:00
parent b13e36a11c
commit 9a6c6bcd98

View file

@ -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() {