lukehaas / Scrollify

A jQuery plugin that assists scrolling and snaps to sections.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

phalla-doll opened this issue · comments

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?

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