From 051f3200bfd2c83836cab9f3af2bd92915057c43 Mon Sep 17 00:00:00 2001 From: dailer Date: Thu, 5 Aug 2021 16:28:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0JIRA=20bubble=5Fcombo=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0logic=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/case/combo/bubblecombo/combo.bubble.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/case/combo/bubblecombo/combo.bubble.js b/src/case/combo/bubblecombo/combo.bubble.js index b610cf021..dcf6f62e0 100644 --- a/src/case/combo/bubblecombo/combo.bubble.js +++ b/src/case/combo/bubblecombo/combo.bubble.js @@ -36,6 +36,7 @@ BI.BubbleCombo = BI.inherit(BI.Widget, { element: this, trigger: o.trigger, toggle: o.toggle, + logic: o.logic, container: o.container, direction: o.direction, isDefaultInit: o.isDefaultInit,