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