From 676e14234bede91e0ec89631290a2b9faa88773e Mon Sep 17 00:00:00 2001 From: loveheaven Date: Tue, 9 Jun 2026 23:39:46 +0800 Subject: [PATCH] fix(reader): correct RTL reading position restore on book reopen (#4505) Bumps foliate-js to pick up the RTL multi-view rect mapper fix (readest/foliate-js#20). Reproduced with an Arabic EPUB: closing the book at e.g. chapter 2 page 14 and reopening it briefly landed near the saved position, then jumped several chapters forward as foliate-js's #fillVisibleArea pre-loaded adjacent sections; the wrong location was then auto-saved, overwriting the user's actual reading progress on disk. --- packages/foliate-js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/foliate-js b/packages/foliate-js index cc866885..70d77aa7 160000 --- a/packages/foliate-js +++ b/packages/foliate-js @@ -1 +1 @@ -Subproject commit cc86688523f06308159b25e91649fde436788f25 +Subproject commit 70d77aa747d3d6f12dc566f2fa6fa01afe464a84