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

Function removeEventOnTargets

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

Source from the content-addressed store, hash-verified

266 }
267
268 removeEventOnTargets(type, handler, isBubble) {
269 this._targets.forEach((target) => {
270 target.removeEventListener(type, handler, isBubble);
271 });
272 }
273
274 addTargetEvents() {
275 if (this.props.trigger) {

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…