diff --git a/app/src/protyle/render/av/action.ts b/app/src/protyle/render/av/action.ts index 6f3db3df3..675e597fc 100644 --- a/app/src/protyle/render/av/action.ts +++ b/app/src/protyle/render/av/action.ts @@ -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,