mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Apply resized height value to parent container of textarea in compose
This commit is contained in:
parent
50aaafe293
commit
bab4de6d16
@ -3834,6 +3834,7 @@ app.classes.mail = AppJS.extend(
|
||||
|
||||
if (textArea.id != "mail_htmltext")
|
||||
{
|
||||
textArea.getParent().set_height(bodySize);
|
||||
textArea.set_height(bodySize);
|
||||
}
|
||||
else if (typeof textArea != 'undefined' && textArea.id == 'mail_htmltext')
|
||||
|
Loading…
Reference in New Issue
Block a user