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).
This commit is contained in:
John O'Keefe
2026-09-15 08:50:06 -04:00
parent 3ab294bf81
commit cc8084a713
+1 -1
View File
@@ -12,7 +12,7 @@
"dev": "npm run build:ts:dev && npm run build:css" "dev": "npm run build:ts:dev && npm run build:css"
}, },
"dependencies": { "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", "alpinejs": "^3.15.8",
"chart.js": "^4.5.1", "chart.js": "^4.5.1",
"highlight.js": "^11.11.1", "highlight.js": "^11.11.1",