Fix scrollbar flicker when streaming agent2 response (#36606)
Antonio Scandurra
created
This was caused by calling `list_state.splice` on updated entries. We
don't need to splice the entry, as we'll recompute its measurements
automatically when we render it.
Release Notes:
- N/A