tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
27
pulls
pipelines
smooth scroll into view in pubs
awarm.space
4 months ago
aa798706
75d9d730
+1
-1
1 changed file
expand all
collapse all
unified
split
src
utils
scrollIntoView.ts
+1
-1
src/utils/scrollIntoView.ts
···
6
6
threshold: number = 0.9,
7
7
) {
8
8
const element = document.getElementById(elementId);
9
9
-
scrollIntoViewIfNeeded(element, false);
9
9
+
scrollIntoViewIfNeeded(element, false, "smooth");
10
10
}