fix(scroller): Removed passive option from scroll event listener

This commit is contained in:
2025-01-31 23:57:07 +01:00
parent 10ea4ca265
commit 07f09b4457
3 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## 2025-01-31 - 2.3.1 - fix(scroller)
Removed passive option from scroll event listener
- The 'passive: true' option was removed from the native scroll event listener attachment.
## 2025-01-31 - 2.3.0 - feat(scroller)
Enhance Scroller class with callback execution and adaptive scroll listener