diff --git a/api/js/etemplate/et2_widget_htmlarea.ts b/api/js/etemplate/et2_widget_htmlarea.ts index e6df32820e..448bebb1e1 100644 --- a/api/js/etemplate/et2_widget_htmlarea.ts +++ b/api/js/etemplate/et2_widget_htmlarea.ts @@ -276,7 +276,6 @@ export class et2_htmlarea extends et2_editableWidget implements et2_IResizeable { ed.on('init', function() { - this.focus(); this.execCommand('fontName', false, egw.preference('rte_font', 'common')); this.execCommand('fontSize', false, egw.preference('rte_font_size', 'common') + egw.preference('rte_font_unit', 'common'));