prefix all commands with ‚commands‘
This commit is contained in:
@@ -32,7 +32,7 @@ const Blockquote = createNode({
|
||||
|
||||
addKeyboardShortcuts() {
|
||||
return {
|
||||
'Shift-Mod-9': () => this.editor.blockquote(),
|
||||
'Shift-Mod-9': () => this.editor.commands.blockquote(),
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user