Merge branch 'main' of github.com:ueberdosis/tiptap-next into main
This commit is contained in:
@@ -42,7 +42,7 @@ const Strike = createMark({
|
||||
|
||||
addKeyboardShortcuts() {
|
||||
return {
|
||||
'Mod-d': () => this.editor.strike(),
|
||||
'Mod-d': () => this.editor.commands.strike(),
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user