Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/shipshapecode/shepherd
/ destroyTooltip
Function
destroyTooltip
shepherd.js/src/utils/floating-ui.ts:81–87 ·
view source on GitHub ↗
(step: Step)
Source
from the content-addressed store, hash-verified
79
* @param step
80
*/
81
export
function
destroyTooltip(step: Step) {
82
if
(step.cleanup) {
83
step.cleanup();
84
}
85
86
step.cleanup = null;
87
}
88
89
function
setPosition(
90
target: HTMLElement,
Callers
1
_teardownElements
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected