Files
ladybird/Libraries/LibWeb/IntersectionObserver/IntersectionObserver.cpp
Aliaksandr Kalenik a5d1703486 LibWeb: Schedule a frame when IntersectionObserver starts observing
Since rendering updates moved to on-demand scheduling, observing a
target no longer fires the initial intersection callback unless
something else happens to request a frame. Kick the frame timer from
observe() so the update-the-rendering steps run and deliver the initial
entry.
2026-04-30 21:14:03 +02:00

18 KiB