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 26e791b commit 4dcaf45Copy full SHA for 4dcaf45
1 file changed
app/assets/javascripts/comments.js
@@ -302,6 +302,7 @@ $(() => {
302
303
if ($thread.is(':hidden')) {
304
$thread.show();
305
+ $thread.find('.js-comment-field').trigger('focus');
306
}
307
else {
308
$thread.hide();
0 commit comments