mirror of
https://github.com/moku-project/Moku.git
synced 2026-06-13 17:29:55 -05:00
Chore: Switched Zoom-Keybinds & Moku-Full SVG (#53)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user