MCPcopy 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 */
81export function destroyTooltip(step: Step) {
82 if (step.cleanup) {
83 step.cleanup();
84 }
85
86 step.cleanup = null;
87}
88
89function setPosition(
90 target: HTMLElement,

Callers 1

_teardownElementsMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected