Add id for manga panel

This commit is contained in:
ZXY101
2024-03-10 05:42:01 +02:00
parent 032d56a20e
commit 5d3f17679b

View File

@@ -326,6 +326,7 @@
class:flex-row-reverse={!volumeSettings.rightToLeft}
on:dblclick={onDoubleTap}
role="none"
id="manga-panel"
>
{#if showSecondPage()}
<MangaPage page={pages[index + 1]} src={Object.values(volume?.files)[index + 1]} />