mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-24 14:42:11 -03:00
Add enableDataWindowing option to VirtualScroller for improved control over data fetching. (Disable data windowing for now)
This commit is contained in:
@@ -121,7 +121,8 @@ async function initializeVirtualScroll(pageType) {
|
||||
createItemFn: createCardFn,
|
||||
fetchItemsFn: fetchDataFn,
|
||||
pageSize: 100,
|
||||
rowGap: 20
|
||||
rowGap: 20,
|
||||
enableDataWindowing: false // Explicitly set to false to disable data windowing
|
||||
});
|
||||
|
||||
// Initialize the virtual scroller
|
||||
|
||||
Reference in New Issue
Block a user