diff --git a/app/src/protyle/hint/index.ts b/app/src/protyle/hint/index.ts index 65013cdac..3c51766e0 100644 --- a/app/src/protyle/hint/index.ts +++ b/app/src/protyle/hint/index.ts @@ -65,8 +65,8 @@ export class Hint { setTimeout(() => { this.fill(decodeURIComponent(btnElement.getAttribute("data-value")), protyle); }, 148); - focusByRange(protyle.toolbar.range); } + focusByRange(protyle.toolbar.range); event.preventDefault(); event.stopPropagation(); // https://github.com/siyuan-note/siyuan/issues/3710