prefix all commands with ‚commands‘
This commit is contained in:
@@ -30,7 +30,7 @@ const BulletList = createNode({
|
||||
|
||||
addKeyboardShortcuts() {
|
||||
return {
|
||||
'Shift-Control-8': () => this.editor.bulletList(),
|
||||
'Shift-Control-8': () => this.editor.commands.bulletList(),
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user