codyhouse / page-scroll-effects

314 stars 85 forks source link

Unable to preventDefault inside passive event listener due to target being treated as passive. #11

Open bystrzan opened 4 years ago

bystrzan commented 4 years ago

On hijacking mode on we get:

[Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive. See https://www.chromestatus.com/features/6662647093133312

Any ideas how to change the current code to fix the problem?

DimitarVitanov commented 4 years ago

Hey @bystrzan did you fix the error. I am still having trouble with it ..

Sryther commented 3 years ago

Having the same issue. Did you fix it?