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:
parent
ef84ab2f40
commit
6cb29e434a
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ const Form = (props) => {
|
|||
if (props.isReply) {
|
||||
config = {
|
||||
placeholder: 'Reply to comment',
|
||||
autofocus: false
|
||||
autofocus: true
|
||||
};
|
||||
} else if (props.isEdit) {
|
||||
config = {
|
||||
|
|
Loading…
Add table
Reference in a new issue