mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
1d7bd64600
When you scroll the page and then press ↑ or ↓ for the first time, the selection now intelligently starts from what's currently visible in the viewport instead of always starting at the top. **Behavior:** - If chapter section is visible → starts there - If scrolled past chapters → starts at first visible paragraph - Selection only moves when you press a key (not automatically on scroll) This makes navigation feel natural when combined with mouse/trackpad scrolling. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>