diff options
author | Hailey <me@haileyok.com> | 2024-09-06 08:26:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-06 08:26:37 -0700 |
commit | a1969faf8e4f95bca5c5e86fc1a6630a9df8a29b (patch) | |
tree | 33484a298449f75af2eefea6713df874c2495827 /src/view/com/composer/Composer.tsx | |
parent | 64b50ba69a95e2279ce39d3c24dc74b71e69423f (diff) | |
download | voidsky-a1969faf8e4f95bca5c5e86fc1a6630a9df8a29b.tar.zst |
[Video] Fix alt text dialog on iOS and Android (#5177)
Co-authored-by: Samuel Newman <mozzius@protonmail.com>
Diffstat (limited to 'src/view/com/composer/Composer.tsx')
-rw-r--r-- | src/view/com/composer/Composer.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/com/composer/Composer.tsx b/src/view/com/composer/Composer.tsx index 640602618..8ae92b018 100644 --- a/src/view/com/composer/Composer.tsx +++ b/src/view/com/composer/Composer.tsx @@ -764,8 +764,8 @@ export const ComposePost = observer(function ComposePost({ /> ) : null)} <SubtitleDialogBtn - altText={videoAltText} - setAltText={setVideoAltText} + defaultAltText={videoAltText} + saveAltText={setVideoAltText} captions={captions} setCaptions={setCaptions} /> |