mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 17:10:12 +01:00
This commit is contained in:
parent
58d47ed548
commit
8322087cba
3 changed files with 70 additions and 6 deletions
|
|
@ -423,7 +423,7 @@ export const copySubMenu = (ids: string[], accelerator = true, focusElement?: El
|
|||
iconHTML: "",
|
||||
label: window.siyuan.languages.copyHPath,
|
||||
accelerator: accelerator ? window.siyuan.config.keymap.editor.general.copyHPath.custom : undefined,
|
||||
click: () => {
|
||||
click: () => {
|
||||
copyTextByType(ids, "hPath");
|
||||
if (focusElement) {
|
||||
focusBlock(focusElement);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue