mirror of
https://github.com/immich-app/immich.git
synced 2024-11-24 08:52:28 +02: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
@ -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 New Issue
Block a user