From f72adcb6d3be5f6ffbc7fa5d92b6a2734c122199 Mon Sep 17 00:00:00 2001 From: buttercat1791 Date: Tue, 6 May 2025 21:48:53 -0500 Subject: [PATCH] Display a "Load More" button if load-on-scroll fails --- src/lib/components/Publication.svelte | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/lib/components/Publication.svelte b/src/lib/components/Publication.svelte index ffb2f28..eaf3559 100644 --- a/src/lib/components/Publication.svelte +++ b/src/lib/components/Publication.svelte @@ -167,8 +167,8 @@ + - {#if showTocButton && !showToc} +
+ {#if isLoading} + + {:else} + + {/if} +