Browse Source

chore: 改一下默认

es6
guy 3 years ago
parent
commit
08caa2689c
  1. 2
      src/case/editor/editor.clear.js

2
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 () {

Loading…
Cancel
Save