mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
84b8bbdfc9
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.