fix
This commit is contained in:
parent
757572fb57
commit
35e7b4a3da
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
let prevScrollpos = window.pageYOffset;
|
||||
|
||||
window.onscroll = function () {
|
||||
|
||||
window.onscroll = () => {
|
||||
console.log('this works')
|
||||
|
||||
let currentScrollPos = window.pageYOffset;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue