fix(web): tag people in video (#16351)

This commit is contained in:
Alex
2025-02-26 12:55:32 -06:00
committed by GitHub
parent 2969e25ff7
commit c778516ce2
3 changed files with 79 additions and 28 deletions

View File

@@ -234,7 +234,7 @@
</div>
{#if isFaceEditMode.value}
<FaceEditor imgElement={$photoViewerImgElement} {containerWidth} {containerHeight} assetId={asset.id} />
<FaceEditor htmlElement={$photoViewerImgElement} {containerWidth} {containerHeight} assetId={asset.id} />
{/if}
{/if}
</div>