Leave the ckeditor width untouched, only change the height in resize

This commit is contained in:
Hadi Nategh 2015-06-11 11:30:09 +00:00
parent 92f37ad21c
commit 8c66a10a75

View File

@ -286,7 +286,7 @@ var et2_htmlarea = et2_inputWidget.extend([et2_IResizeable],
h = this.ckeditor.config.height + _height; h = this.ckeditor.config.height + _height;
} }
this.ckeditor.resize(0,h); this.ckeditor.resize('',h);
} }
else // No CKEDITOR else // No CKEDITOR
{ {