Focus on textarea when showing the comments box
This commit is contained in:
@@ -5,6 +5,7 @@ $('a.publish-comment').on({
|
||||
e.preventDefault();
|
||||
$('a.publish-comment').hide();
|
||||
$('#js-comment-form-annotation').toggle();
|
||||
$('#js-comment-form-annotation textarea').focus();
|
||||
return;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user