(hideSuggestion = true) }} use:listNavigation={suggestionContainer} >
{#if !hideSuggestion} {#each suggestedPlaces as place, index} {/each} {/if}
{$t('pick_a_location')}
{#await import('../shared-components/map/map.svelte')} {#await delay(timeToLoadTheMap) then}
{/await} {:then { default: Map }} (point = selected)} /> {/await}
{ point = { lat, lng }; addClipMapMarker(lng, lat); }} />