Fix stolen focus on egw input fields

This commit is contained in:
Hadi Nategh 2022-05-04 12:50:16 +02:00
parent 13c633b064
commit 9cdfc93a52

View File

@ -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, <string><unknown>egw.preference('rte_font_size', 'common')
+ egw.preference('rte_font_unit', 'common'));