From a2069f759f56cc3d546b30ac238520c8c13efe38 Mon Sep 17 00:00:00 2001 From: zsmj Date: Thu, 11 Aug 2022 16:00:03 +0800 Subject: [PATCH] =?UTF-8?q?REPORT-77722=20fix:=20=E4=BF=AE=E5=A4=8Dtext=5F?= =?UTF-8?q?editor=E7=9B=B4=E6=8E=A5=E4=BD=9C=E4=B8=BAroot=E7=9A=84?= =?UTF-8?q?=E6=97=B6=E5=80=99,isValid=E6=8A=A5=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/widget/editor/editor.text.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/widget/editor/editor.text.js b/src/widget/editor/editor.text.js index e50e153ae..02644b044 100644 --- a/src/widget/editor/editor.text.js +++ b/src/widget/editor/editor.text.js @@ -23,8 +23,7 @@ BI.TextEditor = BI.inherit(BI.Widget, { }); }, - _init: function () { - BI.TextEditor.superclass._init.apply(this, arguments); + render: function () { var self = this, o = this.options; var border = o.simple ? 1 : 2; if (BI.isNumber(o.height)) {