()
| 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) { |
no test coverage detected