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

Function onMouseOverTooltipContent

src/TooltipPopoverWrapper.js:152–161  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

150 }
151
152 onMouseOverTooltipContent() {
153 if (this.props.trigger.indexOf('hover') > -1 && !this.props.autohide) {
154 if (this._hideTimeout) {
155 this.clearHideTimeout();
156 }
157 if (this.state.isOpen && !this.props.isOpen) {
158 this.toggle();
159 }
160 }
161 }
162
163 onMouseLeaveTooltipContent(e) {
164 if (this.props.trigger.indexOf('hover') > -1 && !this.props.autohide) {

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…