From 08caa2689ccf08bfb66b4b733fef34d0cf44932f Mon Sep 17 00:00:00 2001 From: guy Date: Sun, 19 Dec 2021 16:20:12 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=94=B9=E4=B8=80=E4=B8=8B=E9=BB=98?= =?UTF-8?q?=E8=AE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/case/editor/editor.clear.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/case/editor/editor.clear.js b/src/case/editor/editor.clear.js index 4a7916590..6296d5418 100644 --- a/src/case/editor/editor.clear.js +++ b/src/case/editor/editor.clear.js @@ -32,7 +32,7 @@ BI.ClearEditor = BI.inherit(BI.Widget, { this.clear = BI.createWidget({ type: "bi.icon_button", stopEvent: true, - invisible: BI.isKey(o.value), + invisible: !BI.isKey(o.value), cls: "search-close-h-font" }); this.clear.on(BI.IconButton.EVENT_CHANGE, function () {