diff --git a/ui/controls.js b/ui/controls.js index 979abd58ce..487f0d261c 100644 --- a/ui/controls.js +++ b/ui/controls.js @@ -608,11 +608,9 @@ shaka.ui.Controls = class extends shaka.util.FakeEventTarget { } } } catch (error) { + // Entering fullscreen can fail without user interaction. this.dispatchEvent(new shaka.util.FakeEvent( 'error', (new Map()).set('detail', error))); - // Entering fullscreen can fail - // if the user didn't interacting with the video. - // be rejected with an error. Suppress that error. } }