[Video] Fix alt text dialog on iOS and Android (#5177)
Co-authored-by: Samuel Newman <mozzius@protonmail.com>
This commit is contained in:
parent
64b50ba69a
commit
a1969faf8e
2 changed files with 25 additions and 16 deletions
|
@ -764,8 +764,8 @@ export const ComposePost = observer(function ComposePost({
|
|||
/>
|
||||
) : null)}
|
||||
<SubtitleDialogBtn
|
||||
altText={videoAltText}
|
||||
setAltText={setVideoAltText}
|
||||
defaultAltText={videoAltText}
|
||||
saveAltText={setVideoAltText}
|
||||
captions={captions}
|
||||
setCaptions={setCaptions}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue