0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-25 02:31:59 -05:00

Fixed reply Form autofocus

This commit is contained in:
Simon Backx 2022-07-08 13:24:50 +02:00
parent ef84ab2f40
commit 6cb29e434a

View file

@ -12,7 +12,7 @@ const Form = (props) => {
if (props.isReply) {
config = {
placeholder: 'Reply to comment',
autofocus: false
autofocus: true
};
} else if (props.isEdit) {
config = {