diff --git a/CHANGELOG.md b/CHANGELOG.md index b1800bc..a6e8d37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ - Add an optional "Real WPM" indicator beneath the WPM control (computed from the last 60 seconds of reading) - Pause "Real WPM" updates while paused, add an adaptive timing toggle, and make the WPM setting reflect actual reading throughput - Add `Shift+↑/↓` shortcuts for adjusting WPM by 100 and document them in the shortcuts modal +- Improve mobile support for long words by shifting the focal point left ### 2026-02-07: 1.1.0 diff --git a/src/components/ReaderDisplay.tsx b/src/components/ReaderDisplay.tsx index e3153f9..0abf1f5 100644 --- a/src/components/ReaderDisplay.tsx +++ b/src/components/ReaderDisplay.tsx @@ -19,11 +19,11 @@ export function ReaderDisplay({ }: Props) { return (