mirror of
https://github.com/oxen-io/session-desktop.git
synced 2023-12-14 02:12:57 +01:00
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…
Reference in a new issue