mirror of
https://github.com/immich-app/immich.git
synced 2025-01-16 16:56:46 +01:00
fix(web): keep focus when searching people (#8950)
fix: keep focus when searching people Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
parent
c858b43717
commit
6778653825
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@
|
|||
|
||||
const handleSearch = async (force: boolean) => {
|
||||
$page.url.searchParams.set(QueryParameter.SEARCHED_PEOPLE, searchName);
|
||||
await goto($page.url);
|
||||
await goto($page.url, { keepFocus: true });
|
||||
await handleSearchPeople(force);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue