You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-06-30 05:29:30 +02:00
fix(web): click on face in detail-panel (#9271)
fix: click on face in detail-panel
This commit is contained in:
@ -250,7 +250,6 @@
|
|||||||
on:blur={() => ($boundingBoxesArray = [])}
|
on:blur={() => ($boundingBoxesArray = [])}
|
||||||
on:mouseover={() => ($boundingBoxesArray = people[index].faces)}
|
on:mouseover={() => ($boundingBoxesArray = people[index].faces)}
|
||||||
on:mouseleave={() => ($boundingBoxesArray = [])}
|
on:mouseleave={() => ($boundingBoxesArray = [])}
|
||||||
on:click={() => dispatch('closeViewer')}
|
|
||||||
>
|
>
|
||||||
<div class="relative">
|
<div class="relative">
|
||||||
<ImageThumbnail
|
<ImageThumbnail
|
||||||
|
Reference in New Issue
Block a user