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 8a4382b commit 649fa2dCopy full SHA for 649fa2d
web_src/js/features/repo-legacy.js
@@ -88,6 +88,7 @@ export function initRepoCommentForm() {
88
89
$(`.${selector}`).dropdown({
90
'action': 'nothing', // do not hide the menu if user presses Enter
91
+ fullTextSearch: 'exact',
92
async onHide() {
93
hasUpdateAction = $listMenu.data('action') === 'update'; // Update the var
94
if (hasUpdateAction) {
0 commit comments