Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
d8c39569
"src/vscode:/vscode.git/clone" did not exist on "47d9c9fc7449136441f9113e73ad967585000202"
Commit
d8c39569
authored
Aug 04, 2024
by
Timothy J. Baek
Browse files
fix: infinite scroll stuck on loading issue
parent
5ce15bb0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/lib/components/common/Loader.svelte
src/lib/components/common/Loader.svelte
+1
-1
No files found.
src/lib/components/common/Loader.svelte
View file @
d8c39569
...
...
@@ -17,7 +17,7 @@
{
root: null, // viewport
rootMargin: '0px',
threshold:
1.0
// When 10
0
% of the loader is visible
threshold:
0.1
// When 10% of the loader is visible
}
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment