prefix all commands with ‚commands‘
This commit is contained in:
@@ -39,7 +39,7 @@ const Strike = createMark({
|
||||
|
||||
addKeyboardShortcuts() {
|
||||
return {
|
||||
'Mod-d': () => this.editor.strike(),
|
||||
'Mod-d': () => this.editor.commands.strike(),
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user