forked from open-webui/open-webui
fix: scroll to bottom button flickering issue
This commit is contained in:
parent
7a5a803168
commit
9bd40c0de6
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue