Merge branch 'main' of github.com:ueberdosis/tiptap-next into main
This commit is contained in:
@@ -35,7 +35,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