mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-22 02:47:42 +00:00
Fix RTL subtitles
This commit is contained in:
parent
3ddcb9feaa
commit
43ed6edd99
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ export function CaptionCue({
|
|||
dangerouslySetInnerHTML={{
|
||||
__html: parsedHtml,
|
||||
}}
|
||||
dir="auto"
|
||||
dir="ltr"
|
||||
/>
|
||||
</p>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue