mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
e7299f6039
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.