You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
macOS: Big Sur
Google Chrome: 89.0.4389.82
iro.js: v5.3.2
iro.js line 14
iro.js chrome formatted: line 241
Code
... u ? (t || n.addEventListener(l, T, e), ...
l = onmousedown
e = false
e should probably be { passive: true }
also
l = ontouchstart
e = false
Google Chrome Console Error
[Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
macOS: Big Sur
Google Chrome: 89.0.4389.82
iro.js: v5.3.2
iro.js line 14
iro.js chrome formatted: line 241
Code
https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener
The text was updated successfully, but these errors were encountered: