Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: header stuck on certain threshold (#130)
On some cases if the scroll happens fast and multiples times, it will get stuck on a threshold and not call the `handleScroll` again, by cleaning the timeoutId everytime `handleScroll` gets called we ensure that it will not get stuck if scrolling happens too fast. Co-authored-by: J M Rossy <[email protected]>
- Loading branch information