new boolean property applyDefaultFont for rtf editor and using it in mail compose

making sure it applyDefaultFont method gets always called in compose
This commit is contained in:
ralf
2024-02-05 10:54:06 +02:00
parent da960e96d2
commit 639c8748ca
4 changed files with 20 additions and 18 deletions

View File

@@ -5466,9 +5466,6 @@ app.classes.mail = AppJS.extend(
this.compose_submitAction(false);
}
// apply default font and -size before submitting to server for sending
this.et2?.getWidgetById('mail_htmltext')?.applyDefaultFont();
return false;
},