SvelteKit-based WebUI (#14839)
This commit is contained in:
committed by
GitHub
parent
8f8f2274ee
commit
a7a98e0fff
3
tools/server/webui/src/lib/constants/auto-scroll.ts
Normal file
3
tools/server/webui/src/lib/constants/auto-scroll.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export const AUTO_SCROLL_INTERVAL = 100;
|
||||
export const INITIAL_SCROLL_DELAY = 50;
|
||||
export const AUTO_SCROLL_AT_BOTTOM_THRESHOLD = 10;
|
||||
Reference in New Issue
Block a user