mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 11:55:24 +00:00
(js) Fix compose message from Contacts module
This commit is contained in:
@@ -167,6 +167,8 @@
|
||||
function newMessageWithRecipient($event, recipient, fn) {
|
||||
var recipients = [{full: fn + ' <' + recipient + '>'}];
|
||||
vm.newMessage($event, recipients);
|
||||
$event.stopPropagation();
|
||||
$event.preventDefault();
|
||||
}
|
||||
|
||||
function newMessageWithSelectedCards($event) {
|
||||
|
||||
Reference in New Issue
Block a user