dillon1000/react

Commit

Simplify event dispatching

This simplifies event dispatching by removing the `return false` special
case for the SimpleEventPlugin which allow us to inline much more here
and the code becomes easier to follow.
Browse files
Changed paths4 files
First-parent comparison
M src/renderers/dom/client/__tests__/ReactBrowserEventEmitter-test.js ModifiedM src/renderers/dom/client/eventPlugins/SimpleEventPlugin.js ModifiedM src/renderers/shared/event/EventPluginHub.js ModifiedM src/renderers/shared/event/EventPluginUtils.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…