Fix intrinsic text
This commit is contained in:
parent
3f6669228f
commit
388509840e
|
@ -75,6 +75,7 @@ pub fn apply_mutations(
|
|||
TextLayoutInfo::default(),
|
||||
TextFlags::default(),
|
||||
ContentSize::default(),
|
||||
IntrinsicTextNode,
|
||||
));
|
||||
element_id_to_bevy_ui_entity.insert(id, entity);
|
||||
bevy_ui_entity_to_element_id.insert(entity, id);
|
||||
|
|
Loading…
Reference in a new issue