MCPcopy Create free account
hub / github.com/microsoft/SandDance / FocusRects

Function FocusRects

docs/app/js/sanddance-app.js:25401–25404  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

25399 ]);
25400}
25401var FocusRects = function(props) {
25402 useFocusRects(props.rootRef);
25403 return null;
25404};
25405function _onMouseDown(ev) {
25406 (0, _setFocusVisibility.setFocusVisibility)(false, ev.target);
25407}

Callers

nothing calls this directly

Calls 1

useFocusRectsFunction · 0.85

Tested by

no test coverage detected