dillon1000/react
Commit
Browse files Make Simulate.mouseEnter/Leave use direct dispatch
Fixes #1297. onMouseEnter and onMouseLeave shouldn't *actually* use direct dispatch, but doing so is more useful than doing nothing (and I don't think it precludes adding proper enter/leave dispatching later, either). Test Plan: grunt test
Changed paths2 files
First-parent comparisonsrc/browser/__tests__/ReactBrowserEventEmitter-test.js ModifiedM src/test/ReactTestUtils.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…