Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the corresponding measure from Taffy when a
CalculatedSize
c…
…omponent is removed. (#8294) # Objective When a `CalculatedSize` component from a UI Node entity is removed, the corresponding Taffy measure isn't removed which will mess up the layout in confusing, unpredictable ways. ## Solution Iterate through all the entities with removed `CalculatedSize` components and remove the corresponding Taffy measures.
- Loading branch information