This commit is contained in:
Philipp Kühn
2020-11-13 16:44:26 +01:00
37 changed files with 469 additions and 51 deletions

View File

@@ -32,6 +32,9 @@ const BulletList = createNode({
addCommands() {
return {
/**
* Toggle a bullet list
*/
bulletList: (): Command => ({ commands }) => {
return commands.toggleList('bulletList', 'listItem')
},