From 014ce033c3218961cbd86136d380262d2ac14639 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 12 Sep 2023 11:29:11 +0800 Subject: [PATCH] :art: fix https://github.com/siyuan-note/siyuan/issues/9165 --- app/src/protyle/hint/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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