📱 输入框判断改进

This commit is contained in:
Vanessa 2026-02-10 19:57:28 +08:00
parent aeb60ce80a
commit c5439810b4
2 changed files with 37 additions and 16 deletions

View file

@ -328,7 +328,6 @@ export const avClick = (protyle: IProtyle, event: MouseEvent & { target: HTMLEle
if (viewsElement) {
viewsElement.classList.add("av__views--show");
}
callMobileAppShowKeyboard();
setTimeout(() => {
searchElement.focus();
}, Constants.TIMEOUT_TRANSITION);