From 6bcfeec8919fce3f529176648791bc3cfe35d8f5 Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Fri, 26 Apr 2019 15:52:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=8F=E5=B0=91show=E6=AC=A1=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/base/combination/combo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/combination/combo.js b/src/base/combination/combo.js index 31fcc7640..70faf5d59 100644 --- a/src/base/combination/combo.js +++ b/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); } },