mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 17:10:12 +01:00
This commit is contained in:
parent
3c0be0faaa
commit
ebbf05a712
5 changed files with 14 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue