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:
Zack Pollard 2024-06-13 12:37:15 +01:00 committed by GitHub
parent 058ca28d88
commit 7de2665344
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View file

@ -60,6 +60,7 @@
const activate = () => {
isActive = true;
input?.select();
searchQuery = '';
openDropdown();
};