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