dillon1000/react

Commit

Move composition event to plugin with polyfill

Move compositionstart/compositionend to a new event plugin.

Add a polyfill that listens to key and mouse events and uses selection to
determine which text has changed.
Browse files
Changed paths4 files
First-parent comparison
M src/core/ReactDefaultInjection.js ModifiedA src/eventPlugins/CompositionEventPlugin.js AddedM src/eventPlugins/DefaultEventPluginOrder.js ModifiedM src/eventPlugins/SimpleEventPlugin.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…