Sfoglia il codice sorgente

fix: scroll to bottom button flickering issue

Timothy J. Baek 1 anno fa
parent
commit
9bd40c0de6
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      src/routes/+page.svelte

+ 0 - 1
src/routes/+page.svelte

@@ -1614,7 +1614,6 @@
 									class=" bg-white/20 p-1.5 rounded-full"
 									on:click={() => {
 										window.scrollTo({ top: document.body.scrollHeight, behavior: 'smooth' });
-										autoScroll = true;
 									}}
 								>
 									<svg