From 9a6c6bcd987a0a1cdf057d738d406cfc8b14ae3c Mon Sep 17 00:00:00 2001 From: lilia Date: Mon, 26 Jan 2015 10:38:27 -1000 Subject: [PATCH] Reset the typahead before showing it --- js/views/inbox_view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/views/inbox_view.js b/js/views/inbox_view.js index d006e918..c85d3c33 100644 --- a/js/views/inbox_view.js +++ b/js/views/inbox_view.js @@ -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() {