From d07ae095bbab7bdc58ba67129e8c1e34e58fed12 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Wed, 4 Feb 2026 11:14:15 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/15381 --- app/src/protyle/render/av/action.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/src/protyle/render/av/action.ts b/app/src/protyle/render/av/action.ts index dceae2d4b..e5a1def55 100644 --- a/app/src/protyle/render/av/action.ts +++ b/app/src/protyle/render/av/action.ts @@ -328,12 +328,9 @@ export const avClick = (protyle: IProtyle, event: MouseEvent & { target: HTMLEle viewsElement.classList.add("av__views--show"); } /// #if MOBILE - if (searchElement.getAttribute("virtualkeyboardpolicy") !== "manual") { - searchElement.setAttribute("virtualkeyboardpolicy", "manual"); - } setTimeout(() => { - searchElement.focus(); window.JSAndroid?.showKeyboard(); + searchElement.focus(); }, Constants.TIMEOUT_TRANSITION); /// #else searchElement.focus();