1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08:00

Making autocompete finetuning #660

This commit is contained in:
Patrik J. Braun 2023-06-24 01:05:33 +02:00
parent 574de71eb7
commit 1a14855c57

View File

@ -280,7 +280,7 @@ export class AutoCompleteService {
} else if (aLC.startsWith(textLC)) {
return -1;
}
return basicCompare();
return 1;
});
}