dillon1000/react
Commit
Browse files Prefer window.getSelection for IE
IE9+ supports `window.getSelection()` but `SelectEventPlugin` gives precedence to `document.selection` instead. `document.selection` is still available in later versions of IE, but the modern Selection object is preferable. Swap the two.
Changed paths1 file
First-parent comparisonsrc/browser/eventPlugins/SelectEventPlugin.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…