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