Add comment

This commit is contained in:
Solirs 2023-03-02 02:06:40 +01:00
parent f7a077d46d
commit b9f4f3d2c7
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -17,6 +17,7 @@
function autocomplete_onclick(e, suggestion, params) {
params._Select(suggestion);
// Ctrl + Click = Only place the suggestion in the search bar, no auto search.
if(!e.ctrlKey){
submitIfQuery();
}