()
| 49 | } |
| 50 | |
| 51 | export function markForFocusLater() { |
| 52 | focusLaterElements.push(document.activeElement); |
| 53 | } |
| 54 | |
| 55 | /* eslint-disable no-console */ |
| 56 | export function returnFocus(preventScroll = false) { |
nothing calls this directly
no outgoing calls
no test coverage detected