"vscode:/vscode.git/clone" did not exist on "37a570f962a300b45c40d1f81beeeeb026dd0776"
Commit 9bd40c0d authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: scroll to bottom button flickering issue

parent 7a5a8031
...@@ -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
......
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