Skip to content

Commit

Permalink
fix(spatial-navigation): remove unrequired comment
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosVillasenor committed Jul 19, 2024
1 parent 4fa9f8b commit b047783
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/spatial-navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]);

Check warning on line 60 in src/js/spatial-navigation.js

View check run for this annotation

Codecov / codecov/patch

src/js/spatial-navigation.js#L60

Added line #L60 was not covered by tests
});
this.player_.on('focusin', this.handlePlayerFocus_.bind(this));
Expand Down

0 comments on commit b047783

Please sign in to comment.