Chore: Switched Zoom-Keybinds & Moku-Full SVG (#53)

This commit is contained in:
Youwes09
2026-04-27 11:15:32 -05:00
parent 72496a25e2
commit dc174bee4a
3 changed files with 55 additions and 3 deletions
@@ -195,6 +195,8 @@
if (x > 0.6) goNext(); else if (x < 0.4) goPrev();
}
// onWheel is only invoked from PageView for longstrip Ctrl+scroll (reader-level zoom).
// In paged modes, Ctrl+scroll is handled inside PageView as inspect-zoom instead.
function handleWheel(e: WheelEvent) {
if (!e.ctrlKey) return;
e.preventDefault();