Skip to content

Commit

Permalink
Fix alt toggle (fix #4429)
Browse files Browse the repository at this point in the history
  • Loading branch information
the1812 committed Sep 23, 2023
1 parent 5ad3dc5 commit f21b176
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions registry/lib/components/video/full-episode-title/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export const component = defineComponentMetadata({
}
Promise.race([
select('.multi-page-v1 .head-left h3'),
select('.video-sections-v1 .first-line-title'),
select('.base-video-sections-v1 .first-line-title'),
]).then(titleElement => {
if (!titleElement) {
Expand Down

0 comments on commit f21b176

Please sign in to comment.