dillon1000/react

Commit

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.
Browse files
Changed paths1 file
First-parent comparison
M packages/react-dom/src/events/ReactBrowserEventEmitter.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…