()
| 6647 | } |
| 6648 | |
| 6649 | function getSelectionInformation() { |
| 6650 | var focusedElem = getActiveElement(); |
| 6651 | return { |
| 6652 | focusedElem: focusedElem, |
| 6653 | selectionRange: hasSelectionCapabilities(focusedElem) ? getSelection$1(focusedElem) : null |
| 6654 | }; |
| 6655 | } |
| 6656 | |
| 6657 | /** |
| 6658 | * @restoreSelection: If any selection information was potentially lost, |
no test coverage detected