mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
- 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. |
||
|---|---|---|
| .. | ||
| audio | ||
| public | ||
| src | ||
| .gitignore | ||
| components.json | ||
| eslint.config.mjs | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| turbo.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
| vitest.setup.ts | ||