mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-18 21:18:07 +01:00
This commit is contained in:
parent
955651dc7e
commit
1cba50d880
1 changed files with 2 additions and 0 deletions
|
|
@ -1247,6 +1247,8 @@ export class Gutter {
|
|||
copyMenu.push({
|
||||
iconHTML: "",
|
||||
label: window.siyuan.languages.duplicateCompletely,
|
||||
accelerator: window.siyuan.config.keymap.editor.general.duplicateCompletely.custom,
|
||||
disabled: protyle.disabled,
|
||||
click() {
|
||||
duplicateCompletely(protyle, nodeElement as HTMLElement);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue