From 6d2a73d1fcfd66d8a26dc68e05a3c78173fba5e9 Mon Sep 17 00:00:00 2001 From: guy Date: Fri, 25 Feb 2022 10:47:00 +0800 Subject: [PATCH] =?UTF-8?q?chore=EF=BC=9A=20=E4=BC=98=E5=8C=96=E4=B8=80?= =?UTF-8?q?=E4=B8=8B?= 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 b6b6b0f47..677120766 100644 --- a/src/case/combo/bubblecombo/combo.bubble.js +++ b/src/case/combo/bubblecombo/combo.bubble.js @@ -11,7 +11,7 @@ BI.BubbleCombo = BI.inherit(BI.Widget, { trigger: "click", toggle: true, primary: false, - direction: "bottom,left", // top||bottom||left||right||top,left||top,right||bottom,left||bottom,right + direction: "bottom", // top||bottom||left||right||top,left||top,right||bottom,left||bottom,right isDefaultInit: false, destroyWhenHide: false, hideWhenClickOutside: true,