mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-22 15:33:13 +01:00
fix(glance-nav): remove useless call that slowed things down
This commit is contained in:
@@ -168,7 +168,6 @@ function onHandleMove(e) {
|
||||
|
||||
handleEl.style.top = `${top}px`;
|
||||
window.scrollTo(0, documentHeight * percentage);
|
||||
getIndexFromTrack();
|
||||
}
|
||||
|
||||
function toggle(state) {
|
||||
|
||||
Reference in New Issue
Block a user