(js) Fix mail composition from mailto link

This commit is contained in:
Francis Lachapelle 2017-07-04 17:23:00 -04:00
parent b7dac4db9f
commit c48750c6f2

View file

@ -213,7 +213,7 @@
if (match) if (match)
data[param] = [decodeURIComponent(match[1])]; data[param] = [decodeURIComponent(match[1])];
}); });
newMessage($event, data); // will stop event propagation this.newMessage($event, data); // will stop event propagation
} }
} }
}; };