mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:37:43 +00:00
LibWeb: Schedule a relayout after setting CharacterData.data
This commit is contained in:
parent
28721874e8
commit
df5c123d8c
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ void CharacterData::set_data(String data)
|
||||||
if (parent())
|
if (parent())
|
||||||
parent()->children_changed();
|
parent()->children_changed();
|
||||||
set_needs_style_update(true);
|
set_needs_style_update(true);
|
||||||
|
document().set_needs_layout();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue