MCPcopy Create free account
hub / github.com/CoderLine/alphaTab / hide

Method hide

packages/playground/src/components/primitives/Tooltip.ts:74–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72 }
73
74 private hide(): void {
75 this.root.classList.remove('visible');
76 }
77
78 dispose(): void {
79 this.target.removeEventListener('mouseenter', this.mouseEnter);

Callers 1

TooltipClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected