()
| 5742 | } |
| 5743 | |
| 5744 | function getSelectionInformation() { |
| 5745 | var focusedElem = getActiveElement(); |
| 5746 | return { |
| 5747 | focusedElem: focusedElem, |
| 5748 | selectionRange: hasSelectionCapabilities(focusedElem) ? getSelection$1(focusedElem) : null |
| 5749 | }; |
| 5750 | } |
| 5751 | |
| 5752 | /** |
| 5753 | * @restoreSelection: If any selection information was potentially lost, |
no test coverage detected