mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibWeb: Schedule a relayout after setting CharacterData.data
This commit is contained in:
@@ -27,6 +27,7 @@ void CharacterData::set_data(String data)
|
||||
if (parent())
|
||||
parent()->children_changed();
|
||||
set_needs_style_update(true);
|
||||
document().set_needs_layout();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user