From 61c73c9e2d4a7fbf0988f3b77723f77d9da2bc03 Mon Sep 17 00:00:00 2001 From: yiekheng Date: Sun, 12 Apr 2026 18:24:56 +0800 Subject: [PATCH] Add scroll={false} to the last two reader-entry Links The back-to-manga header Link and the end-of-manga "Back to Home" Link were missing scroll={false}, so navigating away and returning (or going home then re-entering via Continue Reading) could lose the resume scroll. Co-Authored-By: Claude Opus 4.6 (1M context) --- components/PageReader.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/PageReader.tsx b/components/PageReader.tsx index 1247748..87bf8a8 100644 --- a/components/PageReader.tsx +++ b/components/PageReader.tsx @@ -373,6 +373,7 @@ export function PageReader({
@@ -476,6 +477,7 @@ export function PageReader({

{mangaTitle}

Back to Home