mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-21 04:32:25 +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={{
|
dangerouslySetInnerHTML={{
|
||||||
__html: parsedHtml,
|
__html: parsedHtml,
|
||||||
}}
|
}}
|
||||||
dir="auto"
|
dir="ltr"
|
||||||
/>
|
/>
|
||||||
</p>
|
</p>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue