From 22c88a5497687c8c8b784d76ef580b9b9f878499 Mon Sep 17 00:00:00 2001 From: windy Date: Sun, 30 May 2021 19:16:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0JIRA=E4=BB=BB=E5=8A=A1=20=E7=9C=8B?= =?UTF-8?q?=E4=B8=80=E4=B8=8B=E6=96=87=E6=A1=A3demo=E7=9A=84=E6=B0=B4?= =?UTF-8?q?=E5=8D=B0=E6=98=AF=E5=90=A6=E6=9C=89=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/base/single/editor/editor.textarea.js | 1 + 1 file changed, 1 insertion(+) 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) {