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

Function showWithDelay

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

Source from the content-addressed store, hash-verified

222 }
223
224 showWithDelay(e) {
225 if (this._hideTimeout) {
226 this.clearHideTimeout();
227 }
228 this._showTimeout = setTimeout(
229 this.show.bind(this, e),
230 this.getDelay('show'),
231 );
232 }
233
234 hide(e) {
235 if (this.props.isOpen) {

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…