Browse Source

无JIRA bi.search_editor 有初始值的时候显示清除按钮

es6
Dailer 3 years ago
parent
commit
d4546e6a0f
  1. 2
      src/widget/editor/editor.search.js

2
src/widget/editor/editor.search.js

@ -124,8 +124,6 @@ BI.SearchEditor = BI.inherit(BI.Widget, {
this.editor.on(BI.Editor.EVENT_STOP, function () { this.editor.on(BI.Editor.EVENT_STOP, function () {
self.fireEvent(BI.SearchEditor.EVENT_STOP); self.fireEvent(BI.SearchEditor.EVENT_STOP);
}); });
this.clear.invisible();
}, },
_checkClear: function () { _checkClear: function () {

Loading…
Cancel
Save