dillon1000/react
Commit
Browse files Remove MouseWheel and MouseDOMScroll event patching
The `wheel` event has not always been supported in every browser. React would fall back to `mousewheel` and `DOMMouseScroll` when the `wheel` event was not available. All supported browsers provide the `wheel` event. This code is no longer necessary.
Changed paths1 file
First-parent comparisonpackages/react-dom/src/events/ReactBrowserEventEmitter.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…