We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c1bec commit 26e791bCopy full SHA for 26e791b
1 file changed
app/assets/javascripts/comments.js
@@ -316,6 +316,7 @@ $(() => {
316
317
if ($reply.is(':hidden')) {
318
$reply.show();
319
+ $reply.find('.js-comment-field').trigger('focus');
320
}
321
else {
322
$reply.hide();
0 commit comments