{#if showOverlay}
{/if}
it.id === selectedToc?.id)} position="right" on:select={(evt) => { onNavigationClick(evt.detail) }} />
{#each sections as section, i} {@const isLoadingBefore = false}
{ handleSectionLoaded(section._id) }} on:change={(ev) => { handleChangeNavigation(section._id, ev.detail) }} on:action={(ev) => { handleAction(section._id, ev.detail) }} />
{/each}
{#if toc.length > 0 && (bottomOffset > 400 || canScrollDown())} {@const lastToc = toc[toc.length - 1]} {#await getDownButtonTitle(lastToc, $languageStore) then title}
{/await} {/if}