mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-10 05:32:30 +00:00
Chat and CC panels showed oldest messages at the top when opened because scrollIntoView was called on hidden (display: none) elements where it silently does nothing. Now we skip scrolling on mount for hidden tabs and defer it to when each tab first becomes visible, while preserving the user's scroll position on subsequent tab switches.