mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-27 06:46:30 -05:00
refac
This commit is contained in:
@@ -649,7 +649,7 @@
|
||||
|
||||
let listScrollTop = 0;
|
||||
let listContainer;
|
||||
$: listViewportHeight = isSmallViewport ? 192 : 288;
|
||||
$: listViewportHeight = isSmallViewport ? 240 : 288;
|
||||
|
||||
$: visibleStart = Math.max(0, Math.floor(listScrollTop / ITEM_HEIGHT) - OVERSCAN);
|
||||
$: visibleEnd = Math.min(
|
||||
|
||||
Reference in New Issue
Block a user