mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51:40 -05:00
Update src/content/scrolling.ts
Co-authored-by: Ghjuvan Lacambre <code@lacamb.re>
This commit is contained in:
parent
b81f831757
commit
be403c387c
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ export async function scroll(
|
||||||
scrollData = new ScrollingData(e, "scrollTop")
|
scrollData = new ScrollingData(e, "scrollTop")
|
||||||
verticallyScrolling.set(e, scrollData)
|
verticallyScrolling.set(e, scrollData)
|
||||||
}
|
}
|
||||||
didScroll = didScroll || scrollData.scroll(yDinstance, duration)
|
didScroll = didScroll || scrollData.scroll(yDistance, duration)
|
||||||
}
|
}
|
||||||
return didScroll
|
return didScroll
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue