From b047783f648d9c4271d77f063dd825c8204d880b Mon Sep 17 00:00:00 2001 From: cvillasenor Date: Fri, 19 Jul 2024 14:57:53 -0600 Subject: [PATCH] fix(spatial-navigation): remove unrequired comment --- src/js/spatial-navigation.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/js/spatial-navigation.js b/src/js/spatial-navigation.js index 682c7c11a8..2f3c05ecf8 100644 --- a/src/js/spatial-navigation.js +++ b/src/js/spatial-navigation.js @@ -57,7 +57,6 @@ class SpatialNavigation extends EventTarget { this.refocusComponent(); }); this.player_.on('error', () => { - // focus vjs close button when error modal appears this.focus(this.updateFocusableComponents()[0]); }); this.player_.on('focusin', this.handlePlayerFocus_.bind(this));