Vanessa 2024-09-04 17:35:50 +08:00
parent 2d8152a137
commit c2dc8fd83c
4 changed files with 14 additions and 6 deletions

View file

@ -571,6 +571,7 @@ export class Gutter {
turnIntoSubmenu.push(this.turnsIntoOne({
icon: "iconQuote",
label: window.siyuan.languages.quote,
accelerator: window.siyuan.config.keymap.editor.insert.quote.custom,
protyle,
selectsElement,
type: "Blocks2Blockquote"
@ -917,6 +918,7 @@ export class Gutter {
}));
turnIntoSubmenu.push(this.turnsIntoOne({
icon: "iconQuote",
accelerator: window.siyuan.config.keymap.editor.insert.quote.custom,
label: window.siyuan.languages.quote,
protyle,
selectsElement: [nodeElement],