Disappeared a shortcut to reply an MR discussion immediately

Summary

Being able to quickly reply an opened discussion happens to be immensely useful. Till recent gitlab update I was using a Ctrl+Enter to do that. Now unfortunately that creates some pending state with two buttons, to pass which you have to take the mouse and click one of them.

I understand this new feature might useful, i.e. being able to write a bunch of comments and send them all at once.

But being able to send a comment immediately is needed more often. Because more often then not you want your comment to become visible to reviewer or reviewee as soon as possible, so they could start acting on it.

So all in all, the lost ability to quickly comment is very annoying. Would be nice to at least have a shortcut to leave a comment immediately.

Steps to reproduce

  1. On a merge request, open a discussion.
  2. In the discussion opened, type a comment, and send it with Ctrl+Enter

Example Project

http://gitlab.npobaum.ru/K.Kharlamov/jsonnet-gitlab-template/-/merge_requests/1

What is the current bug behavior?

The comment goes into "pending" state, you can't just send it immediately.

What is the expected correct behavior?

There should be some shortcut to send the comment immediately.

Relevant logs and/or screenshots

Screenshot_20201113_011436

Output of checks

This bug happens on GitLab.com

Edited by Hi-Angel