diff --git a/ui/presentation_time.js b/ui/presentation_time.js index f983f503d9..453a29a313 100644 --- a/ui/presentation_time.js +++ b/ui/presentation_time.js @@ -39,6 +39,7 @@ shaka.ui.PresentationTimeTracker = class extends shaka.ui.Element { this.currentTime_.textContent = '0:00'; this.parent.appendChild(this.currentTime_); + // TODO(#1861): This is not accessible, since it is just a clickable div. this.eventManager.listen(this.currentTime_, 'click', () => { // Jump to LIVE if the user clicks on the current time. if (this.player.isLive()) {