Skip to content

Commit

Permalink
Merge pull request #24 from TCOTC/dev-menu-id
Browse files Browse the repository at this point in the history
  • Loading branch information
TCOTC authored Sep 19, 2024
2 parents dc65f47 + a4145fd commit 3e26436
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/protyle/gutter/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1461,7 +1461,7 @@ export class Gutter {
window.siyuan.menus.menu.append(new MenuItem({id: "separator11", type: "separator"}).element);
const breadcrumb = nodeElement.getAttribute("breadcrumb");
window.siyuan.menus.menu.append(new MenuItem({
id: "assetSubMenu",
id: "blockEmbed",
type: "submenu",
icon: "iconSQL",
label: window.siyuan.languages.blockEmbed,
Expand Down Expand Up @@ -2106,6 +2106,7 @@ export class Gutter {
return false;
}
return {
id: "copyText",
iconHTML: "",
accelerator: window.siyuan.config.keymap.editor.general.copyText.custom,
label: window.siyuan.languages.copyText,
Expand Down

0 comments on commit 3e26436

Please sign in to comment.