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
fix(drag-drop): showing touch device tap highlight when using a handle (#14549)
Currently we disable all native drag interactions on the elements that we bind events to. Since when a `cdkDrag` has a handle, we don't remove its tap highlight which means that iOS will show a dark overlay over it. These changes disable the tap highlight while dragging.
0 commit comments