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