mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 08:31:19 +00:00
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