0
Fork 0
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:
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`