From 2ea2f392bcd95797b46dff6bc36e7397f1c2ba9e Mon Sep 17 00:00:00 2001 From: zsmj Date: Thu, 24 Mar 2022 11:18:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0JIRA=20combo=20popup=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/case/combo/bubblecombo/combo.bubble.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/case/combo/bubblecombo/combo.bubble.js b/src/case/combo/bubblecombo/combo.bubble.js index 2f1db8b2d..34447f307 100644 --- a/src/case/combo/bubblecombo/combo.bubble.js +++ b/src/case/combo/bubblecombo/combo.bubble.js @@ -58,7 +58,7 @@ BI.BubbleCombo = BI.inherit(BI.Widget, { animation: "bi-zoom-big", animationDuring: 200, primary: o.primary - }, o.popup) + }, BI.isFunction(this.options.popup) ? this.options.popup() : this.options.popup) }); this.combo.on(BI.Combo.EVENT_TRIGGER_CHANGE, function () { self.fireEvent(BI.BubbleCombo.EVENT_TRIGGER_CHANGE, arguments);