mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-11 23:22:33 +01:00
📱 输入框判断改进
This commit is contained in:
parent
aeb60ce80a
commit
c5439810b4
2 changed files with 37 additions and 16 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue