Jump to message behavior via jumpToMessage()
masterThe jumpToMessage(...) functionality (used for quoted-message jumps and other navigation) is designed to be render-driven to prevent visual glitches.
Key behaviors include:
- No Intermediate Scrolling: The list does not scroll the current (old) page before the target page is rendered.
- Direct Navigation: The list scrolls directly toward the target message.
- Directional Awareness: The animation uses the appropriate entry edge depending on whether the jump is to an older or newer page.