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:
parent
574de71eb7
commit
1a14855c57
@ -280,7 +280,7 @@ export class AutoCompleteService {
|
|||||||
} else if (aLC.startsWith(textLC)) {
|
} else if (aLC.startsWith(textLC)) {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
return basicCompare();
|
return 1;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user