You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: prevent unwanted auto-scrolling in reasoning block during thinking
- Add scroll position tracking to ReasoningBlock component
- Only auto-scroll when user is already near bottom (within 10px tolerance)
- Preserve user scroll position when reading thoughts from beginning
- Fixes issue #5874 where users could not read thoughts properly due to forced scrolling
The implementation follows the same pattern used in CodeBlock.tsx for consistent UX.
0 commit comments