mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
Disable editor autofocus
This commit is contained in:
parent
6f0573ccb0
commit
d9a7062454
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ const AddForm = (props) => {
|
|||
})
|
||||
],
|
||||
content: '',
|
||||
autofocus: true,
|
||||
autofocus: false,
|
||||
editorProps: {
|
||||
attributes: {
|
||||
class: `focus:outline-0`
|
||||
|
|
Loading…
Add table
Reference in a new issue