From d2133cc1742c9ae8c909e1944bb9a1fe9570b593 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Sun, 22 Oct 2023 12:09:02 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/9475 --- app/src/config/keymap.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/config/keymap.ts b/app/src/config/keymap.ts index 5463c1986..a388e8145 100644 --- a/app/src/config/keymap.ts +++ b/app/src/config/keymap.ts @@ -390,7 +390,7 @@ export const keymap = { this.value = this.getAttribute("data-value"); return; } - this.setAttribute("data-value", keymapStr); + this.setAttribute("data-value", updateHotkeyTip(keymapStr)); this.value = updateHotkeyTip(keymapStr); keymap._setkeymap(app); }, 1000);