Browse Source

Opens #118#137

master
buttercat1791 10 months ago
parent
commit
830108ac90
  1. 4
      src/lib/components/Publication.svelte

4
src/lib/components/Publication.svelte

@ -167,7 +167,7 @@
<!-- TODO: Handle entering mid-document and scrolling up. --> <!-- TODO: Handle entering mid-document and scrolling up. -->
{#if showTocButton && !showToc} {#if showTocButton && !showToc}
<!-- <Button <Button
class="btn-leather fixed top-20 left-4 h-6 w-6" class="btn-leather fixed top-20 left-4 h-6 w-6"
outline={true} outline={true}
on:click={(ev) => { on:click={(ev) => {
@ -177,7 +177,7 @@
> >
<BookOutline /> <BookOutline />
</Button> </Button>
<Tooltip>Show Table of Contents</Tooltip> --> <Tooltip>Show Table of Contents</Tooltip>
{/if} {/if}
<!-- TODO: Use loader to build ToC. --> <!-- TODO: Use loader to build ToC. -->
<!-- {#if showToc} <!-- {#if showToc}

Loading…
Cancel
Save