From 489ee1c45a6194417b127763e1b1d127689c4921 Mon Sep 17 00:00:00 2001 From: qlxie Date: Mon, 16 Jun 2025 16:35:19 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=84=E8=93=9D=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: qlxie --- api/@ohos.arkui.UIContext.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.arkui.UIContext.d.ts b/api/@ohos.arkui.UIContext.d.ts index f7bcd11dfe..ec1e4d930a 100755 --- a/api/@ohos.arkui.UIContext.d.ts +++ b/api/@ohos.arkui.UIContext.d.ts @@ -2982,7 +2982,7 @@ export class MeasureUtils { * @atomicservice * @since 20 */ - isActive(): boolean + isActive(): boolean; /** * Set whether to enable autofocus transfer. -- Gitee