MCPcopy Index your code
hub / github.com/caseywebdev/react-list / findInstanceBlockingEvent

Function findInstanceBlockingEvent

docs/index.js:18071–18074  ·  view source on GitHub ↗
(nativeEvent)

Source from the content-addressed store, hash-verified

18069 }
18070}
18071function findInstanceBlockingEvent(nativeEvent) {
18072 nativeEvent = getEventTarget(nativeEvent);
18073 return findInstanceBlockingTarget(nativeEvent);
18074}
18075var return_targetInst = null;
18076function findInstanceBlockingTarget(targetNode) {
18077 return_targetInst = null;

Callers 2

dispatchEventFunction · 0.85

Calls 2

getEventTargetFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…