diff --git a/app/src/protyle/hint/index.ts b/app/src/protyle/hint/index.ts index c8972c684..647ea0848 100644 --- a/app/src/protyle/hint/index.ts +++ b/app/src/protyle/hint/index.ts @@ -510,6 +510,7 @@ ${unicode2Emoji(emoji.unicode, true)}`; }); return; } else if (Constants.INLINE_TYPE.includes(value)) { + focusByRange(range); protyle.toolbar.range = range; protyle.toolbar.setInlineMark(protyle, value, "add"); return;