From 65198b9a1e4eb022c0f65b66f0af3891551e6cf5 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Fri, 21 Feb 2025 17:01:14 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/13894 --- app/src/protyle/hint/extend.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/protyle/hint/extend.ts b/app/src/protyle/hint/extend.ts index f224c8d83..b1da6ba3f 100644 --- a/app/src/protyle/hint/extend.ts +++ b/app/src/protyle/hint/extend.ts @@ -27,6 +27,7 @@ const getHotkeyOrMarker = (hotkey: string, marker: string) => { } else if (marker) { return `${marker}`; } + return "" }; export const hintSlash = (key: string, protyle: IProtyle) => {