dillon1000/react
Commit
Browse files 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`.
Changed paths1 file
First-parent comparisonsrc/event/EventPluginUtils.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…