dillon1000/react

Commit

Use getSelection in IE where available

IE9+ has support for window.getSelection, but we’re still using
document.selection for IE9/10. Only use the old IE selection API if the
modern one is unavailable.
Browse files
Changed paths1 file
First-parent comparison
M src/browser/ui/ReactDOMSelection.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…