a tool for shared writing and social publishing

smooth scroll into view in pubs

+1 -1
+1 -1
src/utils/scrollIntoView.ts
··· 6 6 threshold: number = 0.9, 7 7 ) { 8 8 const element = document.getElementById(elementId); 9 - scrollIntoViewIfNeeded(element, false); 9 + scrollIntoViewIfNeeded(element, false, "smooth"); 10 10 }