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

Function hideWithDelay

src/TooltipPopoverWrapper.js:242–250  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

240 }
241
242 hideWithDelay(e) {
243 if (this._showTimeout) {
244 this.clearShowTimeout();
245 }
246 this._hideTimeout = setTimeout(
247 this.hide.bind(this, e),
248 this.getDelay('hide'),
249 );
250 }
251
252 clearShowTimeout() {
253 clearTimeout(this._showTimeout);

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…