MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / isInDocument

Function isInDocument

code/redux/public/app.js:6746–6748  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

6744}
6745
6746function isInDocument(node) {
6747 return containsNode(document.documentElement, node);
6748}
6749
6750/**
6751 * @ReactInputSelection: React input selection module. Based on Selection.js,

Callers 1

restoreSelectionFunction · 0.70

Calls 1

containsNodeFunction · 0.70

Tested by

no test coverage detected