add comments to all commands
This commit is contained in:
@@ -41,6 +41,9 @@ const OrderedList = createNode({
|
||||
|
||||
addCommands() {
|
||||
return {
|
||||
/**
|
||||
* Toggle an ordered list
|
||||
*/
|
||||
orderedList: (): Command => ({ commands }) => {
|
||||
return commands.toggleList('orderedList', 'listItem')
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user