mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-07 05:55:35 +00:00
FilePicker was not showing thumbnails correctly because once each thumbnail rendering BackgroundAction completed, it posted a deferred invocation event to the *main* event loop. Since FilePicker runs in a nested event loop, those completion callbacks never ran until it was too late and the FilePicker was gone.