fix conflicting keyboard shortcut for the task list
This commit is contained in:
@@ -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(),
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user