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