Files
Maestro/src
ThanhNguyxn 43a8188499 fix: Jump to Bottom shortcut (Cmd+Shift+J) now works in nested scroll containers
The jumpToBottom keyboard shortcut was using scrollIntoView() which fails
in nested scroll containers. Changed to use scrollTo() on the parent
scroll container, matching the working New Message Indicator button.

Fixes #155
2026-02-02 21:46:12 +07:00
..