From cc8084a713fa2c7514101310b76c55a4efd5a3d3 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Tue, 15 Sep 2026 08:50:06 -0400 Subject: [PATCH] fix(reader): pin foliate-js 9cfe266 Non-touch gate on selection auto-paging (drag-selecting no longer pages away mid-gesture) and small height-only viewport resizes no longer re-wrap the book (mobile browser toolbar transitions). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a352f2..a45b00a 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dev": "npm run build:ts:dev && npm run build:css" }, "dependencies": { - "@bookhoard/foliate-js": "git+https://github.com/john-okeefe/foliate-js.git#e448d36", + "@bookhoard/foliate-js": "git+https://github.com/john-okeefe/foliate-js.git#9cfe266929ba650438d908253671a75a42dc4ccf", "alpinejs": "^3.15.8", "chart.js": "^4.5.1", "highlight.js": "^11.11.1",