mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
fix(web): clear asset selection when search context changes (#29738)
This commit is contained in:
parent
655cd01d57
commit
427321a102
1 changed files with 1 additions and 0 deletions
|
|
@ -242,6 +242,7 @@
|
|||
|
||||
function removeFilter(key: keyof SearchTerms) {
|
||||
delete terms[key];
|
||||
assetMultiSelectManager.clear();
|
||||
void goto(Route.search(terms));
|
||||
}
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue