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