This commit is contained in:
Vanessa 2022-08-14 22:39:41 +08:00
parent 3c0be0faaa
commit ebbf05a712
5 changed files with 14 additions and 1 deletions

View file

@ -603,7 +603,8 @@ export const copySubMenu = (id: string, name: string, accelerator = true, focusE
});
}
}, {
label: window.siyuan.languages.copy + " ID",
label: window.siyuan.languages.copyID,
accelerator: accelerator ? window.siyuan.config.keymap.editor.general.copyID.custom : undefined,
click: () => {
writeText(id);
if (focusElement) {