dillon1000/react
Commit
Browse files Batch updates caused by handlers in multiple roots
Fixes #1227. It seems rare that event handlers in two roots nested in the DOM will update the same component in the same tick, but if that happens, the updates should be batched together.
Changed paths3 files
First-parent comparisonsrc/browser/ui/ReactEventTopLevelCallback.js ModifiedM src/browser/ui/__tests__/ReactEventTopLevelCallback-test.js ModifiedM src/core/ReactEventEmitterMixin.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…