mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 14:49:06 +00:00
Fix scrolling issue for long chats (#119)
This commit is contained in:
parent
4216a29325
commit
6fbf32d8a2
@ -24,5 +24,5 @@ window.clearDiv = function (divName) {
|
||||
}
|
||||
|
||||
window.scrollToBottom = function(element) {
|
||||
element.scrollIntoView();
|
||||
element.scrollIntoView({ behavior: 'smooth', block: 'end', inline: 'nearest' });
|
||||
}
|
2
app/MindWork AI Studio/wwwroot/changelog/v0.9.3.md
Normal file
2
app/MindWork AI Studio/wwwroot/changelog/v0.9.3.md
Normal file
@ -0,0 +1,2 @@
|
||||
# v0.9.3, build 178 (2024-09-0X xx:xx UTC)
|
||||
- Fixed the scrolling issue for long chat histories.
|
Loading…
Reference in New Issue
Block a user