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

Function clearBackdropAnimationTimeout

src/Modal.js:431–436  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

429 }
430
431 clearBackdropAnimationTimeout() {
432 if (this._backdropAnimationTimeout) {
433 clearTimeout(this._backdropAnimationTimeout);
434 this._backdropAnimationTimeout = undefined;
435 }
436 }
437
438 renderModalDialog() {
439 const attributes = omit(this.props, propsToOmit);

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…