fixed copy mail issue #32

This commit is contained in:
Sarath 2019-09-26 20:45:22 +05:30
parent e2473423f0
commit 67755cceda

View File

@ -434,7 +434,7 @@ const mailgoRender = (type = MAIL_TYPE, mailgo) => {
encEmail = encodeEmail(mail); encEmail = encodeEmail(mail);
openButton.addEventListener("click", () => actions.openDefault()); openButton.addEventListener("click", () => actions.openDefault());
copyButton.addEventListener("click", () => actions.copy()); copyButton.addEventListener("click", () => actions.copy(mail || tel));
} }
// mailgo tel // mailgo tel
if (type === TEL_TYPE) { if (type === TEL_TYPE) {