dillon1000/react

Commit

Make EventPluginUtils clear dispatchIDs and dispatchListeners

The other dispatch utils clear these out and I found a bug where they weren't being cleared out.
I'm thinking this should probably be done in the `SyntheticEvent` constructor but at least this way it's consistent. Also, I know no one else uses `executeDispatchesInOrderStopAtTrue` except the `ResponderEventPlugin`.
Browse files
Changed paths1 file
First-parent comparison
M src/event/EventPluginUtils.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…