mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +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 = () => {
|
const activate = () => {
|
||||||
isActive = true;
|
isActive = true;
|
||||||
input?.select();
|
|
||||||
searchQuery = '';
|
searchQuery = '';
|
||||||
openDropdown();
|
openDropdown();
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue