mirror of
https://github.com/facebook/react.git
synced 2026-02-26 18:58:05 +00:00
* Fixes a bug in the cancellation logic. The cancel events are now correctly listened to on the root. * Fixes cancellation in Safari by using the dragstart event as a proxy for cancellation (i.e., the event dispatched when move-during-press occurs on an anchor tag)