Browse Source

减少show次数

es6
windy 5 years ago
parent
commit
6bcfeec891
  1. 2
      src/base/combination/combo.js

2
src/base/combination/combo.js

@ -469,7 +469,7 @@ BI.Combo = BI.inherit(BI.Widget, {
},
showView: function (e) {
if (this.isEnabled() && this.combo.isEnabled()) {
if (this.isEnabled() && this.combo.isEnabled() && !this.isViewVisible()) {
this._popupView(e);
}
},

Loading…
Cancel
Save