mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-18 15:40:12 +01:00
This commit is contained in:
parent
ae1cddf98e
commit
635a6b349c
1 changed files with 0 additions and 14 deletions
|
|
@ -180,13 +180,6 @@ export const avContextmenu = (protyle: IProtyle, event: MouseEvent & { detail: a
|
|||
rowElement.remove();
|
||||
}
|
||||
});
|
||||
menu.addItem({
|
||||
icon: "iconCopy",
|
||||
label: window.siyuan.languages.duplicate,
|
||||
click() {
|
||||
|
||||
}
|
||||
});
|
||||
if (rowIds.length === 1) {
|
||||
menu.addSeparator();
|
||||
openEditorTab(protyle.app, rowIds[0]);
|
||||
|
|
@ -222,13 +215,6 @@ export const avContextmenu = (protyle: IProtyle, event: MouseEvent & { detail: a
|
|||
type: "submenu",
|
||||
submenu: editAttrSubmenu
|
||||
});
|
||||
menu.addItem({
|
||||
icon: "iconMove",
|
||||
label: window.siyuan.languages.move,
|
||||
click() {
|
||||
|
||||
}
|
||||
});
|
||||
if (protyle?.app?.plugins) {
|
||||
emitOpenMenu({
|
||||
plugins: protyle.app.plugins,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue