easy-email-extensions 4.3.6 → 4.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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) {
|