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