mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-10-11 13:46:07 +02:00
Admin default (#4032)
* clean up * minor cleanup * building * update agnetic message look * k * fix alembic history
This commit is contained in:
@@ -1870,9 +1870,7 @@ export function ChatPage({
|
||||
});
|
||||
|
||||
const autoScrollEnabled =
|
||||
user?.preferences?.auto_scroll == null
|
||||
? settings?.enterpriseSettings?.auto_scroll || false
|
||||
: user?.preferences?.auto_scroll! && !agenticGenerating;
|
||||
(user?.preferences?.auto_scroll && !agenticGenerating) ?? false;
|
||||
|
||||
useScrollonStream({
|
||||
chatState: currentSessionChatState,
|
||||
|
Reference in New Issue
Block a user