From d391809442e4c16acee24c15fb4b9fb25bc0a745 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Tue, 16 Dec 2025 10:17:53 +0800 Subject: [PATCH] :pencil2: Fix typo https://github.com/siyuan-note/siyuan/issues/16556#issuecomment-3658237588 Signed-off-by: Daniel <845765@qq.com> --- app/src/protyle/util/selection.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/protyle/util/selection.ts b/app/src/protyle/util/selection.ts index 959c4ea14..a8a81b488 100644 --- a/app/src/protyle/util/selection.ts +++ b/app/src/protyle/util/selection.ts @@ -546,7 +546,7 @@ export const focusByWbr = (element: Element, range: Range) => { } else if (wbrElement.nextSibling) { if (wbrElement.nextSibling.nodeType === 3) { if (wbrElement.nextSibling.textContent === Constants.ZWSP) { - // 零块空格text + // 零宽空格text range.setStart(wbrElement.nextSibling, 1); } else { // text