You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, it is cumbersome to type issue numbers, for example, that may not be in the mentions list.
For example, due to the number of issues, the ckeditor/ckeditor5 repo doesn't load all of them in their mentions list but just the most relevant ones. If you want to mention issue #1, you simply type #1 (which opens up the mentions list, with issues over number 1000 listed). As soon you type space to continue writing, #1 is changed to the first issue in the list, because space is used to confirm the selected option.
We should replicate the GH behavior and confirm the selection exclusively on enter.
The text was updated successfully, but these errors were encountered:
Currently, it is cumbersome to type issue numbers, for example, that may not be in the mentions list.
For example, due to the number of issues, the ckeditor/ckeditor5 repo doesn't load all of them in their mentions list but just the most relevant ones. If you want to mention issue #1, you simply type
#1
(which opens up the mentions list, with issues over number 1000 listed). As soon you typespace
to continue writing,#1
is changed to the first issue in the list, becausespace
is used to confirm the selected option.We should replicate the GH behavior and confirm the selection exclusively on
enter
.The text was updated successfully, but these errors were encountered: