{#if hasSelection} Selected {selectedPeople.length} {:else} Merge faces {/if}

Choose matching faces to merge

{#each selectedPeople as person (person.id)}
onSelect(person)} />
{/each} {#if hasSelection} {/if}
{#each unselectedPeople as person (person.id)} onSelect(person)} circle border selectable /> {/each}
{#if isShowConfirmation} (isShowConfirmation = false)} >

Are you sure you want merge these faces?
This action is irreversible.

{/if}