mirror of
https://github.com/immich-app/immich.git
synced 2025-11-13 22:32:58 +09:00
fix(web): create face from video (#5544)
* fix: create face from video * fix: remove comment * fix: inaccurate bounding boxes
This commit is contained in:
@@ -635,6 +635,7 @@
|
||||
{#if showEditFaces}
|
||||
<PersonSidePanel
|
||||
assetId={asset.id}
|
||||
assetType={asset.type}
|
||||
on:close={() => {
|
||||
showEditFaces = false;
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user