Email template styling issue solved ( #337y1z3 )

This commit is contained in:
Cüneyt Şentürk
2022-07-07 12:54:47 +03:00
parent 974995634a
commit f50e181b4a
2 changed files with 51 additions and 7 deletions

View File

@ -80,6 +80,9 @@ export default {
},
content (newVal) {
// #337y1z3 This issue reason <p> tag broken email template
newVal = newVal.replace(/(<p[^>]+?>|<p>|<\/p>)/img, "");
this.$emit('input', newVal);
},
},