open in wa action
This commit is contained in:
@@ -487,6 +487,12 @@ const actions = {
|
||||
mailToEncoded(encEmail);
|
||||
},
|
||||
|
||||
openWhatsApp: tel => {
|
||||
let waUrl = "https://wa.me/" + tel;
|
||||
|
||||
window.open(waUrl, "_blank");
|
||||
},
|
||||
|
||||
copy: (mail, copyButton) => {
|
||||
copyToClipboard(mail);
|
||||
copyButton.textContent = "copied";
|
||||
|
||||
Reference in New Issue
Block a user