mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
fix(web): click on face in detail-panel (#9271)
fix: click on face in detail-panel
This commit is contained in:
parent
cf79bc9ed7
commit
f08e9a4447
1 changed files with 0 additions and 1 deletions
|
@ -250,7 +250,6 @@
|
|||
on:blur={() => ($boundingBoxesArray = [])}
|
||||
on:mouseover={() => ($boundingBoxesArray = people[index].faces)}
|
||||
on:mouseleave={() => ($boundingBoxesArray = [])}
|
||||
on:click={() => dispatch('closeViewer')}
|
||||
>
|
||||
<div class="relative">
|
||||
<ImageThumbnail
|
||||
|
|
Loading…
Reference in a new issue