mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-07 05:10:16 +01:00
This commit is contained in:
parent
466717aaac
commit
1cac92c0c8
6 changed files with 9 additions and 13 deletions
|
|
@ -274,7 +274,7 @@ export class Title {
|
|||
label: window.siyuan.languages.copy,
|
||||
icon: "iconCopy",
|
||||
type: "submenu",
|
||||
submenu: copySubMenu(protyle.block.rootID, "")
|
||||
submenu: copySubMenu(protyle.block.rootID)
|
||||
}).element);
|
||||
if (!window.siyuan.config.readonly) {
|
||||
window.siyuan.menus.menu.append(movePathToMenu(protyle.notebookId, protyle.path));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue