easy-email-extensions 4.3.6 → 4.3.8
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/index2.js +1 -1
- package/lib/index2.js.map +1 -1
- package/package.json +4 -4
package/lib/index2.js
CHANGED
@@ -39689,7 +39689,7 @@ function Tools(props) {
|
|
39689
39689
|
}
|
39690
39690
|
link2.style.color = "inherit";
|
39691
39691
|
link2.style.textDecoration = linkData.underline ? "underline" : "none";
|
39692
|
-
link2.setAttribute("href", linkData.link);
|
39692
|
+
link2.setAttribute("href", linkData.link.trim());
|
39693
39693
|
} else if (cmd === "insertHTML") {
|
39694
39694
|
let newContent = val;
|
39695
39695
|
if (enabledMergeTagsBadge) {
|