Files
ladybird/Libraries/LibWeb/Page
Aliaksandr Kalenik f916b3e11f LibWeb: Skip layout update in handle_mousemove when not needed
Only run update_layout() during mousemove handling when the result is
actually consumed, i.e. when the middle-button autoscroll handler or
mouse selection is active. This avoids forcing a synchronous layout
on every mousemove event in the common case.
2026-04-25 15:45:12 +02:00
..