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