We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a56476e commit 2836a19Copy full SHA for 2836a19
src/plugins/subtitle/subtitle.ts
@@ -169,11 +169,6 @@ export default class Subtitle {
169
e.preventDefault()
170
171
this.subtitlesList.classList.toggle('v-active')
172
-
173
- if (this.subtitlesList.classList.contains('v-active')) {
174
- const firstItem = this.subtitlesList.querySelector('.v-trackButton') as HTMLElement
175
- setTimeout(() => firstItem.focus(), this.subtitlesListCssTransitionDuration)
176
- }
177
}
178
179
/**
0 commit comments