diff --git a/src/base/single/editor/editor.textarea.js b/src/base/single/editor/editor.textarea.js index 0c646d693..b665939ce 100644 --- a/src/base/single/editor/editor.textarea.js +++ b/src/base/single/editor/editor.textarea.js @@ -114,6 +114,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, { disabled: o.disabled, hgap: 6, vgap: o.height > 24 ? 4 : 2, + height: o.height > 24 ? "" : o.height, }); this.watermark.element.bind({ mousedown: function (e) {