Check that this is really a bug
Reproduction link
Bug description
Hi,
We use swiper in our project and we occasionally found the error from error monitoring tools (datadog).
The error is come form /swiper/esm/components/scrollbar/scrollbar.js (see attached files).
We try to reproduced the bug but cant. We used to have the same bug in other parts of our code and we solve this with
if (e.cancelable) {
e.preventDefault();
}
In this case, Is it possible to create pull requests for fixed this one.
Our project used
nextjs (v.12.2)
swiper (v.6.8.4)
Expected Behavior
Should not show error in any browser.
Actual Behavior
Error shown up in some error. (We found from monitoring tool)
Swiper version
6.8.4
Platform/Target and Browser Versions
Android/Chrome Mobile
Validations
Would you like to open a PR for this bug?