From 3ab43c7e1ce9a6a563a1aed3be2a60949f57cc31 Mon Sep 17 00:00:00 2001 From: zhangkai Date: Wed, 20 Aug 2025 14:05:50 +0800 Subject: [PATCH] reset keyboardOnFocus since version Signed-off-by: zhangkai --- api/@ohos.window.d.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/api/@ohos.window.d.ts b/api/@ohos.window.d.ts index 15c35591a1..add7c11c92 100644 --- a/api/@ohos.window.d.ts +++ b/api/@ohos.window.d.ts @@ -9802,8 +9802,7 @@ declare namespace window { * @throws { BusinessError } 1300004 - Unauthorized operation. * @syscap SystemCapability.Window.SessionManager * @atomicservice - * @since arkts {'1.1':'12', '1.2':'20'} - * @arkts 1.1&1.2 + * @since 12 */ keepKeyboardOnFocus(keepKeyboardFlag: boolean): void; -- Gitee