(topLevelType, targetInst)
| 1144 | } |
| 1145 | |
| 1146 | function 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 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…