MCPcopy Create free account
hub / github.com/reactstrap/reactstrap / addEventOnTargets

Function addEventOnTargets

src/TooltipPopoverWrapper.js:262–266  ·  view source on GitHub ↗
(type, handler, isBubble)

Source from the content-addressed store, hash-verified

260 }
261
262 addEventOnTargets(type, handler, isBubble) {
263 this._targets.forEach((target) => {
264 target.addEventListener(type, handler, isBubble);
265 });
266 }
267
268 removeEventOnTargets(type, handler, isBubble) {
269 this._targets.forEach((target) => {

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…