@ -439,7 +456,7 @@ export function drainTerminalStateOnChildContent(
newContentResult?.components,
)
}
// update the position of the player if it has been moved
// update the position of the component if it has been moved
// also force update if the child component is not frozen (the component was introduced previously by the child step but the parent added it afterward)
if(
!childComponent.frozen||
@ -459,6 +476,7 @@ export function drainTerminalStateOnChildContent(