()
| 6760 | } |
| 6761 | |
| 6762 | function getSelectionInformation() { |
| 6763 | var focusedElem = getActiveElement(); |
| 6764 | return { |
| 6765 | focusedElem: focusedElem, |
| 6766 | selectionRange: hasSelectionCapabilities(focusedElem) ? getSelection$1(focusedElem) : null |
| 6767 | }; |
| 6768 | } |
| 6769 | |
| 6770 | /** |
| 6771 | * @restoreSelection: If any selection information was potentially lost, |
no test coverage detected