Browse Source

Pull request #2360: 无JIAR任务 chore: 改一下默认

Merge in VISUAL/fineui from ~GUY/fineui:master to master

* commit '08caa2689ccf08bfb66b4b733fef34d0cf44932f':
  chore: 改一下默认
es6
guy 3 years ago
parent
commit
a841794a7b
  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