From 87baab33cfb8d5ab7d237f85d7259e9496079f19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dailer-=E5=88=98=E8=8D=A3=E6=AD=86?= Date: Fri, 9 Dec 2022 15:40:38 +0800 Subject: [PATCH] =?UTF-8?q?BI-118670=20fix:=20=E4=BF=AE=E5=A4=8D=E4=BC=A0?= =?UTF-8?q?=E5=8F=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/platform/web/dom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/platform/web/dom.js b/src/core/platform/web/dom.js index bab3d7042..e40f56b6a 100644 --- a/src/core/platform/web/dom.js +++ b/src/core/platform/web/dom.js @@ -657,7 +657,7 @@ firstDir = "top"; } if (leftRight[0] === "right") { - pos = BI.DOM.getLeftAlignPosition(combo, popup, extraWidth, needAdaptHeight); + pos = BI.DOM.getLeftAlignPosition(combo, popup, extraWidth); pos.top = top; pos.dir = firstDir + "," + pos.dir; return pos;