mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-04 15:58:49 +01:00
This commit is contained in:
parent
d80b6d804f
commit
c63171bc4f
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ export const initSearchMenu = (id: string) => {
|
|||
window.siyuan.menus.menu.remove();
|
||||
window.siyuan.menus.menu.append(new MenuItem({
|
||||
id: "copy",
|
||||
icon: "iconCopy",
|
||||
label: window.siyuan.languages.copy,
|
||||
type: "submenu",
|
||||
submenu: copySubMenu([id])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue