(js) Fix mail composition from mailto link

pull/237/head
Francis Lachapelle 2017-07-04 17:23:00 -04:00
parent b7dac4db9f
commit c48750c6f2
1 changed files with 1 additions and 1 deletions

View File

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