From 388509840e9a31f7661f3106d91c09beaf24434c Mon Sep 17 00:00:00 2001 From: JMS55 <47158642+JMS55@users.noreply.github.com> Date: Thu, 21 Dec 2023 22:47:11 -0800 Subject: [PATCH] Fix intrinsic text --- src/apply_mutations.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apply_mutations.rs b/src/apply_mutations.rs index 4e1edf3..dc560f2 100644 --- a/src/apply_mutations.rs +++ b/src/apply_mutations.rs @@ -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);