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 pointer sensor preventing default event behaviour on attachment.
Instead, wait for activation of drag before intercepting relevant
events. This avoids unexpected side effects, such as an `<input/>`
not receiving focus on click.
With this change, also listen for and clear any text selection that
happens as a side effect during an active drag operation.
0 commit comments