fix conflicting keyboard shortcut for the task list

This commit is contained in:
Hans Pagel
2021-03-24 20:39:56 +01:00
parent 59b031c27c
commit a5f28e421e
4 changed files with 5 additions and 5 deletions

View File

@@ -51,7 +51,7 @@ export const TaskList = Node.create<TaskListOptions>({
addKeyboardShortcuts() {
return {
'Mod-Shift-l': () => this.editor.commands.toggleTaskList(),
'Mod-Shift-9': () => this.editor.commands.toggleTaskList(),
}
},
})