forked from extern/egroupware
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")
|
if (textArea.id != "mail_htmltext")
|
||||||
{
|
{
|
||||||
|
textArea.getParent().set_height(bodySize);
|
||||||
textArea.set_height(bodySize);
|
textArea.set_height(bodySize);
|
||||||
}
|
}
|
||||||
else if (typeof textArea != 'undefined' && textArea.id == 'mail_htmltext')
|
else if (typeof textArea != 'undefined' && textArea.id == 'mail_htmltext')
|
||||||
|
Loading…
Reference in New Issue
Block a user