1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-28 09:33:27 +02:00

fix(web): click on face in detail-panel (#9271)

fix: click on face in detail-panel
This commit is contained in:
martin 2024-05-06 00:11:55 +02:00 committed by GitHub
parent cf79bc9ed7
commit f08e9a4447
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -250,7 +250,6 @@
on:blur={() => ($boundingBoxesArray = [])}
on:mouseover={() => ($boundingBoxesArray = people[index].faces)}
on:mouseleave={() => ($boundingBoxesArray = [])}
on:click={() => dispatch('closeViewer')}
>
<div class="relative">
<ImageThumbnail