This repository was archived by the owner on Feb 25, 2025. It is now read-only.
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
[agent_farm] fix scroll in chat #1287
Open
Description
Before submitting your bug report
- I'm not able to find an open issue that reports the same bug
Environment
- OS:
- Sidecar commit:
- IDE commit:
Description
Right now in the AideAgent panel, we already have autoscroll set up. But sometimes when there is a diff element that comes in, the diff element actually grows in both directions - it grows larger and it grows smaller. When it grows smaller, the scrolling autoscroll logic that we have doesn't automatically scroll to the bottom and it actually gets stuck to the last scroll position. Ideally, regardless of whether it is increasing or decreasing in size, the autoscroll should work.
Reproduction
No response