()
| 351 | } |
| 352 | |
| 353 | const goToToday = (): void => { |
| 354 | setMonthAnchor(toIsoDateLocal(firstOfMonth(today))) |
| 355 | setSelectedDate(todayIso) |
| 356 | } |
| 357 | |
| 358 | // Local key handler. Registers in capture phase + uses |
| 359 | // stopImmediatePropagation so it beats VimNav's `gg`/`G`/`hjkl` |
no test coverage detected