From 330da59c6feefe414363e23c90d54b9209e246a3 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Wed, 17 Sep 2025 18:22:32 +0800 Subject: [PATCH] :bug: https://github.com/siyuan-note/siyuan/issues/15867 --- app/src/protyle/hint/index.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/src/protyle/hint/index.ts b/app/src/protyle/hint/index.ts index 5bed00525..abfb6db55 100644 --- a/app/src/protyle/hint/index.ts +++ b/app/src/protyle/hint/index.ts @@ -542,9 +542,7 @@ ${genHintItemHTML(item)} if (this.lastIndex > -1) { range.setStart(range.startContainer, this.lastIndex); - if (isIPhone()) { - focusByRange(range); - } + focusByRange(range); } // 新建文件 if (Constants.BLOCK_HINT_KEYS.includes(this.splitChar) && value.startsWith("((newFile ") && value.endsWith(`${Lute.Caret}'))`)) {