You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-07-07 06:16:05 +02:00
fix(web): more language selector nits (#10271)
* fix: always sort development lang to bottom of list * fix: clear search query in languages when box is clicked
This commit is contained in:
@ -60,6 +60,7 @@
|
||||
const activate = () => {
|
||||
isActive = true;
|
||||
input?.select();
|
||||
searchQuery = '';
|
||||
openDropdown();
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user