()
| 6544 | } |
| 6545 | |
| 6546 | function getSelectionInformation() { |
| 6547 | var focusedElem = getActiveElement(); |
| 6548 | return { |
| 6549 | focusedElem: focusedElem, |
| 6550 | selectionRange: hasSelectionCapabilities(focusedElem) ? getSelection$1(focusedElem) : null |
| 6551 | }; |
| 6552 | } |
| 6553 | |
| 6554 | /** |
| 6555 | * @restoreSelection: If any selection information was potentially lost, |
no test coverage detected