mirror of
https://github.com/facebook/react.git
synced 2026-02-24 20:53:03 +00:00
If a controlled target fires within another controlled event, we should not restore it until we've fully completed the event. Otherwise, if someone reads from it afterwards, they'll get the restored value. Not super happy with this particular solution.