fix(glance-nav): remove useless call that slowed things down

This commit is contained in:
Julian Lam
2022-12-12 17:09:38 -05:00
parent 940770bb9b
commit bf05d3527b

View File

@@ -168,7 +168,6 @@ function onHandleMove(e) {
handleEl.style.top = `${top}px`;
window.scrollTo(0, documentHeight * percentage);
getIndexFromTrack();
}
function toggle(state) {