Skip to content

Commit

Permalink
数据库条目右键菜单
Browse files Browse the repository at this point in the history
  • Loading branch information
TCOTC committed Nov 14, 2024
1 parent 6a98c6c commit 78cf640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/protyle/render/av/action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ export const avContextmenu = (protyle: IProtyle, rowElement: HTMLElement, positi
/// #if !MOBILE
const blockId = ids[0];
const openSubmenus = openEditorTab(protyle.app, [blockId], undefined, undefined, true);
openSubmenus.push({type: "separator"});
openSubmenus.push({id: "separator_3", type: "separator"});
openSubmenus.push({
icon: "iconAttr",
label: window.siyuan.languages.attr,
Expand Down Expand Up @@ -581,7 +581,7 @@ ${window.siyuan.languages.insertRowAfter.replace("${x}", '<span class="fn__space
});
menu.addItem({
icon: "iconAttr",
label: window.siyuan.languages.attr,
label: window.siyuan.languages.fields,
type: "submenu",
submenu: editAttrSubmenu
});
Expand Down

0 comments on commit 78cf640

Please sign in to comment.