Skip to content

Commit

Permalink
Thumbnails can be reached by using Tab (#1187)
Browse files Browse the repository at this point in the history
  • Loading branch information
Galpittel authored Feb 25, 2024
1 parent 410c7b5 commit 23d78e6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ class NavigationPanel extends React.Component {
data-key={thumbnailItem.id}
style={itemStyle}
onClick={() => this.scrollToThumbnail(idx)}
tabIndex={0}
>
{thumbnailItem.type === 'video' &&
options[optionsMap.behaviourParams.item.video.enableThumbnailsPlayButton] && (
Expand Down

0 comments on commit 23d78e6

Please sign in to comment.