dillon1000/react

Commit

Fallback to event.srcElement for IE9 (#12976)

It looks like we accidentally removed a fallback condition for the
event target in IE9 when we dropped some support for IE8. This commit
adds the event target specific support code back to getEventTarget.js

Fixes #12506
Browse files
Changed paths1 file
First-parent comparison
M packages/react-dom/src/events/getEventTarget.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…