mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Fix for new contact button bug
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user