{#if embeds.length === 0}
No embeds to show.
{:else} {#if searchType === 'typeahead'}
Live link
embedTitles[d.index]} data={embeds.map((embed, index) => ({ index, embed }))} showDropdownOnFocus={true} onselect={(detail) => { if (typeof window !== 'undefined') { window.localStorage.setItem( 'framer-active-embed', detail.original.embed ); } activeEmbed = detail.original.embed; // activeEmbedIndex = detail.original.index; }} />
{:else}
Live link
({ index, embed, title: embedTitles[index], }))} bind:selected={activeEmbed} />
{/if}
Preview
{/if}
{#if embeds.length > 0}
{/if}