rename bulletlist command

This commit is contained in:
Philipp Kühn
2020-11-18 11:33:33 +01:00
parent 56bb26f124
commit 6ca1a6c307
8 changed files with 10 additions and 10 deletions

View File

@@ -104,7 +104,7 @@ const CustomBulletList = BulletList.extend({
addKeyboardShortcuts() {
return {
// ↓ your new keyboard shortcut
'Mod-l': () => this.editor.commands.bulletList(),
'Mod-l': () => this.editor.commands.toggleBulletList(),
}
},
})