rename autoFocus to autofocus

This commit is contained in:
Hans Pagel
2020-11-17 15:47:39 +01:00
parent 4579a15300
commit aa17a4313c
6 changed files with 12 additions and 12 deletions

View File

@@ -39,7 +39,7 @@ export default {
BulletList,
ListItem,
],
autoFocus: true,
autofocus: true,
content: `
<p>
The focus extension adds a class to the focused node only. That enables you to add a custom styling to just that node. By default, itll add <code>.has-focus</code>, even to nested nodes.