MCPcopy Index your code
hub / github.com/reactstrap/reactstrap / hide

Function hide

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

Source from the content-addressed store, hash-verified

232 }
233
234 hide(e) {
235 if (this.props.isOpen) {
236 this.clearHideTimeout();
237 this.currentTargetElement = null;
238 this.toggle(e);
239 }
240 }
241
242 hideWithDelay(e) {
243 if (this._showTimeout) {

Callers

nothing calls this directly

Calls 1

toggleMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…