mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-19 15:32:31 +00:00
LibWeb: Remove leftover debugging hack in process_top_layer_removals()
This commit is contained in:
parent
2afe208328
commit
18d17385fb
Notes:
github-actions[bot]
2025-05-29 01:48:18 +00:00
Author: https://github.com/awesomekling
Commit: 18d17385fb
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4899
Reviewed-by: https://github.com/Hendiadyoin1
Reviewed-by: https://github.com/shannonbooth
1 changed files with 1 additions and 1 deletions
|
@ -6125,7 +6125,7 @@ void Document::process_top_layer_removals()
|
|||
GC::RootVector<GC::Ref<Element>> elements_to_remove(heap());
|
||||
for (auto& element : m_top_layer_pending_removals) {
|
||||
// FIXME: Implement overlay property
|
||||
if (true || !element->paintable()) {
|
||||
if (!element->paintable()) {
|
||||
elements_to_remove.append(element);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue