Files
llama.cpp/tools/server/webui/src/lib/constants/auto-scroll.ts
T
Aleksander GrygierandGitHub e6f6770515 webui: Improve Chat Messages initial scroll + auto-scroll logic + add lazy loading with transitions to content blocks (#20999)
* refactor: Always use agentic content renderer for Assistant Message

* feat: Improve initial scroll + auto-scroll logic + implement fade in action for content blocks

* chore: update webui build output
2026-03-27 17:01:36 +01:00

3 lines
92 B
TypeScript

export const AUTO_SCROLL_INTERVAL = 100;
export const AUTO_SCROLL_AT_BOTTOM_THRESHOLD = 10;