{}}>
{ dragover = true } } on:dragover|preventDefault={ ()=>{} } on:dragleave={ () => { dragover = false } } on:drop|preventDefault|stopPropagation={drop}>
showPopup(AvatarEditor, { label: 'Profile photo' })}>
{#if resume.id}
{ showPopup(PDFViewer, { file: resume.uuid }, 'right') } }/> {:else}
{ inputFile.click() }}/>
{/if}
{#if changed}
{ dispatch('save') } }/> {/if}
showPopup(SocialEditor, { values: newValue.channels ?? [] }, ev.target, (result) => { newValue.channels = result; isChanged() })} />