Disable editor autofocus

This commit is contained in:
Simon Backx 2022-07-08 10:00:32 +02:00
parent 6f0573ccb0
commit d9a7062454

View File

@ -29,7 +29,7 @@ const AddForm = (props) => {
})
],
content: '',
autofocus: true,
autofocus: false,
editorProps: {
attributes: {
class: `focus:outline-0`