mirror of
https://github.com/open-webui/open-webui
synced 2025-02-06 13:10:16 +00:00
fix: infinite scroll stuck on loading issue
This commit is contained in:
parent
5ce15bb0df
commit
d8c39569be
@ -17,7 +17,7 @@
|
|||||||
{
|
{
|
||||||
root: null, // viewport
|
root: null, // viewport
|
||||||
rootMargin: '0px',
|
rootMargin: '0px',
|
||||||
threshold: 1.0 // When 100% of the loader is visible
|
threshold: 0.1 // When 10% of the loader is visible
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user