MCPcopy Create free account
hub / github.com/TanStack/devtools / clearHighlights

Function clearHighlights

packages/devtools-a11y/src/core/utils/ui.utils.ts:465–483  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

463 const tooltips = document.querySelectorAll(`.${TOOLTIP_CLASS}`)
464 tooltips.forEach((el) => el.remove())
465 activeTooltips.clear()
466 stopScrollListener()
467}

Callers 3

handleIssueClickFunction · 0.90
createAllyValueFunction · 0.90
highlightAllIssuesFunction · 0.85

Calls 1

stopScrollListenerFunction · 0.85

Tested by

no test coverage detected