1
0
mirror of https://github.com/element-hq/element-web.git synced 2025-07-28 21:22:07 +03:00
Files
R Midhun Suresh dc2060fc7b Fix flaky scrolling (#30329)
There are two potential problems here:
1. mouse.scroll returns before the scroll is completed
2. visibility check does not check if the element is actually in the
   viewport.

I've added a helper function to make it easier to scroll to the end of
an infinite list.
2025-07-16 15:10:05 +00:00
..
2025-07-16 15:10:05 +00:00