"vscode:/vscode.git/clone" did not exist on "c09514ea895ac455dd204b899c6ad2159eedf4ed"
Commit d8c39569 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: infinite scroll stuck on loading issue

parent 5ce15bb0
......@@ -17,7 +17,7 @@
{
root: null, // viewport
rootMargin: '0px',
threshold: 1.0 // When 100% of the loader is visible
threshold: 0.1 // When 10% of the loader is visible
}
);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment