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
9bd40c0d
"src/optimize.cpp" did not exist on "0b217041e03162c32c41873cc024401d3ef1caba"
Commit
9bd40c0d
authored
Nov 11, 2023
by
Timothy J. Baek
Browse files
fix: scroll to bottom button flickering issue
parent
7a5a8031
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/routes/+page.svelte
src/routes/+page.svelte
+0
-1
No files found.
src/routes/+page.svelte
View file @
9bd40c0d
...
@@ -1614,7 +1614,6 @@
...
@@ -1614,7 +1614,6 @@
class=
" bg-white/20 p-1.5 rounded-full"
class=
" bg-white/20 p-1.5 rounded-full"
on:click=
{()
=
>
{
on:click=
{()
=
>
{
window.scrollTo({ top: document.body.scrollHeight, behavior: 'smooth' });
window.scrollTo({ top: document.body.scrollHeight, behavior: 'smooth' });
autoScroll = true;
}}
}}
>
>
<svg
<svg
...
...
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