mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Fix stolen focus on egw input fields
This commit is contained in:
parent
13c633b064
commit
9cdfc93a52
@ -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'));
|
||||
|
Loading…
Reference in New Issue
Block a user