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

Function markForFocusLater

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

Source from the content-addressed store, hash-verified

49}
50
51export function markForFocusLater() {
52 focusLaterElements.push(document.activeElement);
53}
54
55/* eslint-disable no-console */
56export function returnFocus(preventScroll = false) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected