mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 09:30:14 +01:00
This commit is contained in:
parent
efffe304e0
commit
50527e4bc6
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ export const updateHotkeyTip = (hotkey: string) => {
|
||||||
".": ">",
|
".": ">",
|
||||||
}));
|
}));
|
||||||
|
|
||||||
let keys = [];
|
const keys = [];
|
||||||
|
|
||||||
if (hotkey.indexOf("⌘") > -1) keys.push(KEY_MAP.get("⌘"));
|
if (hotkey.indexOf("⌘") > -1) keys.push(KEY_MAP.get("⌘"));
|
||||||
if (hotkey.indexOf("⇧") > -1) keys.push(KEY_MAP.get("⇧"));
|
if (hotkey.indexOf("⇧") > -1) keys.push(KEY_MAP.get("⇧"));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue