dillon1000/react
Commit
Browse files 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.
Changed paths4 files
First-parent comparisonsrc/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 ModifiedPatch
Files changed
Rendering syntax-highlighted changes…