(confirmed ? handleConfirm() : onCancel())} > {#snippet promptSnippet()}
{#if suggestionContainer}
{/if}
(hideSuggestion = true) }} > {#if !hideSuggestion} {#each suggestedPlaces as place, index (place.latitude + place.longitude)} {/each} {/if}
{$t('pick_a_location')}
{#await import('../shared-components/map/map.svelte')} {#await delay(timeToLoadTheMap) then}
{/await} {:then { default: Map }} (point = selected)} showSettings={false} rounded /> {/await}
{ point = { lat, lng }; mapElement?.addClipMapMarker(lng, lat); }} />
{/snippet}