lukehaas / Scrollify

A jQuery plugin that assists scrolling and snaps to sections.
MIT License
1.8k stars 580 forks source link

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

Closed phalla-doll closed 4 years ago

phalla-doll commented 4 years ago

I try to use it with Chrome Version 79.0.3945.117 (Official Build).The result was fine but a little bit lagging and I have config some code to make it better now. Suddenly an error appears when I start to scrolling [Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive. See https://www.chromestatus.com/features/6662647093133312. Dose anyone know how to fix this?

phalla-doll commented 4 years ago

I found a solution. Just update the jquery.scrollify.js to version 1.0.20 and it's done.