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