mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 18:10:12 +01:00
🚨
This commit is contained in:
parent
436f439dd1
commit
c8ab7693f1
11 changed files with 58 additions and 60 deletions
|
|
@ -226,7 +226,7 @@ export const refMenu = (protyle: IProtyle, element: HTMLElement) => {
|
|||
refID: id,
|
||||
defID: refBlockId,
|
||||
includeChildren: false
|
||||
})
|
||||
});
|
||||
}
|
||||
});
|
||||
submenu.push({
|
||||
|
|
@ -236,7 +236,7 @@ export const refMenu = (protyle: IProtyle, element: HTMLElement) => {
|
|||
refID: id,
|
||||
defID: refBlockId,
|
||||
includeChildren: true
|
||||
})
|
||||
});
|
||||
}
|
||||
});
|
||||
window.siyuan.menus.menu.append(new MenuItem({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue