From 0f4796133eeb6c2e6ccb83250cac81642734b30a Mon Sep 17 00:00:00 2001 From: zsmj Date: Thu, 19 May 2022 16:32:54 +0800 Subject: [PATCH] =?UTF-8?q?JSY-18004=20fix:=20=E3=80=90=E5=86=92=E7=83=9F?= =?UTF-8?q?=E3=80=91=E5=88=97=E8=A1=A8=E7=AD=9B=E9=80=89=E5=99=A8=E6=9C=AA?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E6=97=B6=EF=BC=8C=E5=A4=9A=E4=BA=86=E4=B8=80?= =?UTF-8?q?=E4=B8=AAx=E7=9A=84=E5=8F=96=E6=B6=88=E7=AC=A6=E5=8F=B7?= 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, 1 insertion(+), 1 deletion(-) diff --git a/src/widget/editor/editor.search.js b/src/widget/editor/editor.search.js index 14f8cb5f4..8f27127e9 100644 --- a/src/widget/editor/editor.search.js +++ b/src/widget/editor/editor.search.js @@ -34,7 +34,7 @@ BI.SearchEditor = BI.inherit(BI.Widget, { type: "bi.icon_button", stopEvent: true, cls: "close-font", - invisible: BI.isKey(o.value) + invisible: !BI.isKey(o.value) }); this.clear.on(BI.IconButton.EVENT_CHANGE, function () { self.setValue("");