Apply resized height value to parent container of textarea in compose

This commit is contained in:
Hadi Nategh 2015-05-19 13:30:48 +00:00
parent 50aaafe293
commit bab4de6d16

View File

@ -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')