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
Based on the discovery in #2752 (comment), it looks like role='button' completely removes the artificial delay added to the mobile onClick event as a hover fallback. Thus we should be able to remove fastClick completely.
Test click, touch, drag-and-drop thoroughly to see if this is a safe change.
The text was updated successfully, but these errors were encountered:
Based on the discovery in #2752 (comment), it looks like
role='button'
completely removes the artificial delay added to the mobileonClick
event as a hover fallback. Thus we should be able to removefastClick
completely.Test click, touch, drag-and-drop thoroughly to see if this is a safe change.
The text was updated successfully, but these errors were encountered: