rename tasklist command
This commit is contained in:
@@ -35,7 +35,7 @@ const TaskList = Node.create({
|
||||
/**
|
||||
* Toggle a task list
|
||||
*/
|
||||
taskList: (): Command => ({ commands }) => {
|
||||
toggleTaskList: (): Command => ({ commands }) => {
|
||||
return commands.toggleList('taskList', 'taskItem')
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user