MCPcopy Create free account
hub / github.com/reactjs/react-modal / popWithoutFocus

Function popWithoutFocus

src/helpers/focusManager.js:76–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74/* eslint-enable no-console */
75
76export function popWithoutFocus() {
77 focusLaterElements.length > 0 && focusLaterElements.pop();
78}
79
80export function setupScopedFocus(element) {
81 modalElement = element;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…