mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-18 07:30: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();
|
rowElement.remove();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
menu.addItem({
|
|
||||||
icon: "iconCopy",
|
|
||||||
label: window.siyuan.languages.duplicate,
|
|
||||||
click() {
|
|
||||||
|
|
||||||
}
|
|
||||||
});
|
|
||||||
if (rowIds.length === 1) {
|
if (rowIds.length === 1) {
|
||||||
menu.addSeparator();
|
menu.addSeparator();
|
||||||
openEditorTab(protyle.app, rowIds[0]);
|
openEditorTab(protyle.app, rowIds[0]);
|
||||||
|
|
@ -222,13 +215,6 @@ export const avContextmenu = (protyle: IProtyle, event: MouseEvent & { detail: a
|
||||||
type: "submenu",
|
type: "submenu",
|
||||||
submenu: editAttrSubmenu
|
submenu: editAttrSubmenu
|
||||||
});
|
});
|
||||||
menu.addItem({
|
|
||||||
icon: "iconMove",
|
|
||||||
label: window.siyuan.languages.move,
|
|
||||||
click() {
|
|
||||||
|
|
||||||
}
|
|
||||||
});
|
|
||||||
if (protyle?.app?.plugins) {
|
if (protyle?.app?.plugins) {
|
||||||
emitOpenMenu({
|
emitOpenMenu({
|
||||||
plugins: protyle.app.plugins,
|
plugins: protyle.app.plugins,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue