avivharuzi / ngx-glide

Angular wrapper component of Glide carousel library
https://www.npmjs.com/package/ngx-glide
MIT License
29 stars 7 forks source link

glide.esm.js:3243 Unable to preventDefault inside passive event listener invocation. #14

Closed mattconvergent closed 3 years ago

mattconvergent commented 3 years ago

Describe the bug on any of the passive events IE: (move)="onMoved($event) throws the following error. not sure if theres a

To Reproduce Steps to reproduce the behavior: followed installation steps, add (move) action onto and error pops up when clicking arrows or sliding event

Expected behavior behavior is working as expected, just throws the error.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

burnaDLX commented 3 years ago

It looks like the problem is coming from the underlying library. You can find more info about this here.