我正在使用完美滚动插件
https://github.com/noraesae/perfect-scrollbar
当我使用该ps-y-reach-end
事件时
document.addEventListener('ps-y-reach-end', (event)=> {
console.log('Why this is printing multiple times when I reach Bottom, I wanted it to be single fire')
});
问题是当滚动到达容器底部时,事件会触发不止一次。
请将y轴滚动到底部,您将多次看到控制台