Merge pull request #553 from zisra/patch-1

Fix RTL subtitles
This commit is contained in:
Jip Frijlink 2023-12-17 20:48:01 +01:00 committed by GitHub
commit de30929dd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ export function CaptionCue({
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{
__html: parsedHtml, __html: parsedHtml,
}} }}
dir="auto" dir="ltr"
/> />
</p> </p>
); );