mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-20 13:22:04 +02:00
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:
@@ -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;
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user