Merge pull request #50 from Gnathonic/improve_compatibility_with_extensions
Improve language extension compatibility
This commit is contained in:
@@ -345,10 +345,12 @@
|
||||
role="none"
|
||||
id="manga-panel"
|
||||
>
|
||||
{#if showSecondPage()}
|
||||
<MangaPage page={pages[index + 1]} src={Object.values(volume?.files)[index + 1]} />
|
||||
{/if}
|
||||
<MangaPage page={pages[index]} src={Object.values(volume?.files)[index]} />
|
||||
{#key page}
|
||||
{#if showSecondPage()}
|
||||
<MangaPage page={pages[index + 1]} src={Object.values(volume?.files)[index + 1]} />
|
||||
{/if}
|
||||
<MangaPage page={pages[index]} src={Object.values(volume?.files)[index]} />
|
||||
{/key}
|
||||
</div>
|
||||
</Panzoom>
|
||||
</div>
|
||||
@@ -370,4 +372,4 @@
|
||||
<div class="fixed z-50 left-1/2 top-1/2">
|
||||
<Spinner />
|
||||
</div>
|
||||
{/if}
|
||||
{/if}
|
||||
Reference in New Issue
Block a user