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
The paper-button element throws a warning in the console:
gestures.html:435 [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
Description
The
paper-button
element throws a warning in the console:gestures.html:435 [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
Expected outcome
It should not throw this warning
Live Demo
https://www.webcomponents.org/element/PolymerElements/paper-icon-button
Steps to reproduce
Import and use the
paper-button
orpaper-icon-button
Browsers Affected
The text was updated successfully, but these errors were encountered: