When I scroll the page in chrome it show the intervention error. I tried adding various script like
window.addEventListener("mousedown,wheel", handleMouseDown, { passive: false});
but unable to fix that. Please see screenshot attached.
When I scroll the page in chrome it show the intervention error. I tried adding various script like
window.addEventListener("mousedown,wheel", handleMouseDown, { passive: false});
but unable to fix that. Please see screenshot attached.
Share Improve this question asked Apr 15, 2019 at 12:02 Pawan KumarPawan Kumar 1135 bronze badges 3 |1 Answer
Reset to default 0I got an answer as google chrome has updated the feature of preventDefault on javascript. So if you delete this (preventDefault ) from js library then error generating would be removed.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745575714a4633950.html
handleMouseDown
? – Jacob Peattie Commented Apr 16, 2019 at 1:52