mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-18 12:41:10 +01:00
Fix mail compose not getting in focus on body when using html
This commit is contained in:
parent
38f4980849
commit
ca92a7da1b
@ -240,7 +240,9 @@ app.classes.mail = AppJS.extend(
|
||||
}
|
||||
else
|
||||
{
|
||||
this.et2.getWidgetById('mail_htmltext').ckeditor.focus();
|
||||
this.et2.getWidgetById('mail_htmltext').ckeditor.on('instanceReady', function(e) {
|
||||
this.focus();
|
||||
});
|
||||
}
|
||||
}
|
||||
else if(to)
|
||||
|
Loading…
Reference in New Issue
Block a user