Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
handleIssueClick
Function · 0.90
createAllyValue
Function · 0.90
highlightAllIssues
Function · 0.85
Calls
1
stopScrollListener
Function · 0.85
Tested by
no test coverage detected