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.
handleMouseDown
? – Jacob Peattie Commented Apr 16, 2019 at 1:52