mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 21:13:23 +01:00
Leave the ckeditor width untouched, only change the height in resize
This commit is contained in:
parent
92f37ad21c
commit
8c66a10a75
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user