Fix for new contact button bug
This commit is contained in:
parent
a5a1dad03c
commit
c4eac76032
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@
|
|||
},
|
||||
events: {
|
||||
'click .fab': 'showCompose',
|
||||
'select .contact': 'openConversation',
|
||||
'select .gutter .contact': 'openConversation'
|
||||
},
|
||||
openConversation: function(e, data) {
|
||||
var conversation = bg.openConversation(data.modelId);
|
||||
|
|
Loading…
Add table
Reference in a new issue