Reset the typahead before showing it
This commit is contained in:
@@ -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() {
|
||||||
|
Reference in New Issue
Block a user