Merge branch 'main' of github.com:ueberdosis/tiptap-next into main
This commit is contained in:
@@ -31,7 +31,7 @@ const Paragraph = createNode({
|
||||
|
||||
addKeyboardShortcuts() {
|
||||
return {
|
||||
'Mod-Alt-0': () => this.editor.paragraph(),
|
||||
'Mod-Alt-0': () => this.editor.commands.paragraph(),
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user