mirror of
https://github.com/jzillmann/pdf-to-markdown.git
synced 2024-12-29 09:49:00 +01:00
Fix scrolling
This commit is contained in:
parent
21106d7e5e
commit
75c526129d
@ -88,7 +88,7 @@
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
{#if !pagePinned}
|
||||
{#if !$pagePinned}
|
||||
{#if renderedMaxPage < pages.length}
|
||||
<span use:inView on:intersect={({ detail }) => detail && calculateNextPageToRenderTo()} />
|
||||
<div class="my-6 text-center text-2xl">...</div>
|
||||
|
Loading…
Reference in New Issue
Block a user