mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-09 22:22:34 +01:00
This commit is contained in:
parent
2d8152a137
commit
c2dc8fd83c
4 changed files with 14 additions and 6 deletions
|
|
@ -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],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue