From 635a6b349c72d21290a6f3d0f3d249bd440685cc Mon Sep 17 00:00:00 2001 From: Vanessa Date: Sun, 16 Jul 2023 23:10:31 +0800 Subject: [PATCH] :sparkles: https://github.com/siyuan-note/siyuan/issues/8769 --- app/src/protyle/render/av/action.ts | 14 -------------- 1 file changed, 14 deletions(-) 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,