()
| 74 | /* eslint-enable no-console */ |
| 75 | |
| 76 | export function popWithoutFocus() { |
| 77 | focusLaterElements.length > 0 && focusLaterElements.pop(); |
| 78 | } |
| 79 | |
| 80 | export function setupScopedFocus(element) { |
| 81 | modalElement = element; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…