From c4c747d67ac324529e7a356c09aedfd675e5c155 Mon Sep 17 00:00:00 2001 From: guy Date: Mon, 17 Jan 2022 20:12:24 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=95=B4=E7=90=86=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/base/combination/combo.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/base/combination/combo.js b/src/base/combination/combo.js index 1b87c617a..e42cabb1e 100644 --- a/src/base/combination/combo.js +++ b/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 () {