1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2024-12-29 15:11:58 +00:00

chore(web): remove unnecessary input.select for lang selector (#10273)

chore: remove unnecessary input.select for lang selector
This commit is contained in:
Zack Pollard 2024-06-13 13:44:06 +01:00 committed by GitHub
parent 7de2665344
commit 0d6a4975a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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