fix: restore reader direction and double-page navigation UI
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 3m6s

This commit is contained in:
2026-03-04 06:49:40 +01:00
parent 6a06e5a7d3
commit 23fa884af7
3 changed files with 43 additions and 21 deletions

View File

@@ -1,4 +1,3 @@
"use client";
import { useEffect, useState, useCallback, useRef } from "react";
@@ -218,6 +217,7 @@ export function PhotoswipeReader({ book, pages, onClose, nextBook }: BookReaderP
shouldShowDoublePage={(page) => shouldShowDoublePage(page, pages.length)}
imageBlobUrls={imageBlobUrls}
getPageUrl={getPageUrl}
isRTL={isRTL}
/>
<NavigationBar