()
| 5870 | } |
| 5871 | |
| 5872 | function getSelectionInformation() { |
| 5873 | var focusedElem = getActiveElement(); |
| 5874 | return { |
| 5875 | focusedElem: focusedElem, |
| 5876 | selectionRange: hasSelectionCapabilities(focusedElem) ? getSelection$1(focusedElem) : null |
| 5877 | }; |
| 5878 | } |
| 5879 | |
| 5880 | /** |
| 5881 | * @restoreSelection: If any selection information was potentially lost, |
no test coverage detected