From f0b3ac7832e1f575db84d942d2c17d26a7552399 Mon Sep 17 00:00:00 2001 From: Kobi Date: Wed, 22 Sep 2021 10:46:00 +0800 Subject: [PATCH] =?UTF-8?q?BI-94457=20fix:=20=E4=B8=8A=E4=BC=A0=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E4=B8=8D=E8=83=BD=E7=94=A8=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/base/single/editor/editor.multifile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/single/editor/editor.multifile.js b/src/base/single/editor/editor.multifile.js index 81fdd78e7..d917a4762 100644 --- a/src/base/single/editor/editor.multifile.js +++ b/src/base/single/editor/editor.multifile.js @@ -19,7 +19,7 @@ BI.MultifileEditor = BI.inherit(BI.Widget, { }, render: function () { - BI.MultifileEditor.superclass._init.apply(this, arguments); + var self = this, o = this.options; this.file = BI.createWidget({ type: "bi.file", cls: "multifile-editor",