From d4546e6a0f1a2fa25e22bde97c3b4ae8ad791152 Mon Sep 17 00:00:00 2001 From: Dailer Date: Mon, 25 Apr 2022 17:27:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0JIRA=20bi.search=5Feditor=20=E6=9C=89?= =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=80=BC=E7=9A=84=E6=97=B6=E5=80=99=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E6=B8=85=E9=99=A4=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/widget/editor/editor.search.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/widget/editor/editor.search.js b/src/widget/editor/editor.search.js index e333b047a..dac41e92d 100644 --- a/src/widget/editor/editor.search.js +++ b/src/widget/editor/editor.search.js @@ -124,8 +124,6 @@ BI.SearchEditor = BI.inherit(BI.Widget, { this.editor.on(BI.Editor.EVENT_STOP, function () { self.fireEvent(BI.SearchEditor.EVENT_STOP); }); - - this.clear.invisible(); }, _checkClear: function () {