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

Method hide

packages/playground/src/components/Waveform.ts:105–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 }
104
105 private hide(): void {
106 this.root.classList.add('hidden');
107 this.unbindAudio();
108 this.currentScore = null;
109 }
110
111 private refreshCursor(): void {
112 if (!this.audioElement || !this.audioElement.duration) {

Callers 1

refreshMethod · 0.95

Calls 2

unbindAudioMethod · 0.95
addMethod · 0.80

Tested by

no test coverage detected