mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
27fe752eea
Accounts for the case where an event is dispatched synchronously from inside another event, like `el.focus`. I've added a test, but in general we need more coverage around this area.