Files
ladybird/Libraries/LibWeb/HTML/EventLoop/EventLoop.cpp
Aliaksandr Kalenik 4ca330adef LibWeb: Don't take rendering task from queue while running rendering
If event loop is already executing rendering task, we should not start
the next rendering task until the current one is finished.

Fixes https://github.com/LadybirdBrowser/ladybird/issues/3717
2025-02-27 17:33:32 +01:00

32 KiB