MCPcopy Create free account
hub / github.com/Lobos/react-ui / getTargetInstForClickEvent

Function getTargetInstForClickEvent

docs/lib/react.js:1146–1150  ·  view source on GitHub ↗
(topLevelType, targetInst)

Source from the content-addressed store, hash-verified

1144}
1145
1146function getTargetInstForClickEvent(topLevelType, targetInst) {
1147 if (topLevelType === topLevelTypes.topClick) {
1148 return targetInst;
1149 }
1150}
1151
1152/**
1153 * This plugin creates an `onChange` event that normalizes change events

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…