From 4225a58e8c673636eccdba9a6849437ddea8c466 Mon Sep 17 00:00:00 2001 From: Claire <1119518763@qq.com> Date: Fri, 15 Apr 2022 18:06:09 +0800 Subject: [PATCH] =?UTF-8?q?BI-104252=20fix:bubbleCombo=E5=A2=9E=E5=8A=A0co?= =?UTF-8?q?mbo=E7=9A=84adjustW=E3=80=81H=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typescript/base/combination/combo.ts | 2 +- typescript/case/combo/bubblecombo/combo.bubble.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/typescript/base/combination/combo.ts b/typescript/base/combination/combo.ts index 52e70e477..c7d511a2b 100644 --- a/typescript/base/combination/combo.ts +++ b/typescript/base/combination/combo.ts @@ -59,7 +59,7 @@ export declare class Combo extends Widget { getPopupPosition(): any; - adjustHeight(e?:MouseEvent): void; + adjustWidth(e?:MouseEvent): void; adjustHeight(e?: MouseEvent): void; diff --git a/typescript/case/combo/bubblecombo/combo.bubble.ts b/typescript/case/combo/bubblecombo/combo.bubble.ts index 982d48457..d5366233f 100644 --- a/typescript/case/combo/bubblecombo/combo.bubble.ts +++ b/typescript/case/combo/bubblecombo/combo.bubble.ts @@ -18,7 +18,7 @@ export declare class BubbleCombo extends Widget { isViewVisible(): boolean; - adjustHeight(e?:MouseEvent): void; + adjustWidth(e?:MouseEvent): void; adjustHeight(e?: MouseEvent): void; }