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:
parent
7de2665344
commit
0d6a4975a3
1 changed files with 0 additions and 1 deletions
|
@ -59,7 +59,6 @@
|
|||
|
||||
const activate = () => {
|
||||
isActive = true;
|
||||
input?.select();
|
||||
searchQuery = '';
|
||||
openDropdown();
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue