Skip to content

Commit

Permalink
Donne la possibilité de sélectionner un contributeur à mentionner ave…
Browse files Browse the repository at this point in the history
…c la touche TAB
  • Loading branch information
fbezagu committed Sep 19, 2024
1 parent 4679c4d commit 86a1dd3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions svelte/lib/mesure/commentaire/ListeSuggestionsMention.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
case 'Enter':
callback(items[activeIdx]);
return true;
case 'Tab':
callback(items[activeIdx]);
return true;
}
return false;
Expand Down

0 comments on commit 86a1dd3

Please sign in to comment.