Browse Source

chore: 整理代码

es6
guy 3 years ago
parent
commit
c4c747d67a
  1. 3
      src/base/combination/combo.js

3
src/base/combination/combo.js

@ -303,6 +303,9 @@
BI.Resizers.remove(this.getName());
this.popupView && this.popupView._destroy();
delete needHideWhenAnotherComboOpen[this.getName()];
if (currentOpenedCombo === this) {
currentOpenedCombo = null;
}
}
});
BI.Combo.closeAll = function () {

Loading…
Cancel
Save