[PR #201] [MERGED] Autoscroll to end of chat fix #3244

Closed
opened 2026-02-22 18:33:22 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/201
Author: @shatfield4
Created: 8/18/2023
Status: Merged
Merged: 8/21/2023
Merged by: @timothycarambat

Base: masterHead: 189-autoscroll-to-end-of-chat


📝 Commits (2)

  • d748d92 bug fix for autoscrolling on message send/recieve
  • 8b3a2d8 Merge branch 'master' into 189-autoscroll-to-end-of-chat

📊 Changes

3 files changed (+120 additions, -140 deletions)

View changed files

📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx (+38 -48)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/PromptReply/index.jsx (+45 -55)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/index.jsx (+37 -37)

📄 Description

resolves #189


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/201 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 8/18/2023 **Status:** ✅ Merged **Merged:** 8/21/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `189-autoscroll-to-end-of-chat` --- ### 📝 Commits (2) - [`d748d92`](https://github.com/Mintplex-Labs/anything-llm/commit/d748d9250ff3d92382376d207ff8dd1061909ff5) bug fix for autoscrolling on message send/recieve - [`8b3a2d8`](https://github.com/Mintplex-Labs/anything-llm/commit/8b3a2d8762c24555d3cabe552abc37999a179eba) Merge branch 'master' into 189-autoscroll-to-end-of-chat ### 📊 Changes **3 files changed** (+120 additions, -140 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx` (+38 -48) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/PromptReply/index.jsx` (+45 -55) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/index.jsx` (+37 -37) </details> ### 📄 Description resolves #189 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:33:22 -05:00
yindo closed this issue 2026-02-22 18:33:22 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3244