Disable editor autofocus
This commit is contained in:
parent
6f0573ccb0
commit
d9a7062454
@ -29,7 +29,7 @@ const AddForm = (props) => {
|
||||
})
|
||||
],
|
||||
content: '',
|
||||
autofocus: true,
|
||||
autofocus: false,
|
||||
editorProps: {
|
||||
attributes: {
|
||||
class: `focus:outline-0`
|
||||
|
Loading…
Reference in New Issue
Block a user