fix
This commit is contained in:
parent
dc6c07414a
commit
5f416d7061
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ let lastKnownScrollPosition = 0;
|
|||
let ticking = false;
|
||||
|
||||
function doSomething(scrollPos) {
|
||||
console.log(scrollPos)
|
||||
console.log('test')
|
||||
}
|
||||
|
||||
document.addEventListener('scroll', function(e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue