diff options
author | Hailey <153161762+haileyok@users.noreply.github.com> | 2024-01-30 15:48:03 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-30 15:48:03 -0800 |
commit | e45f0b6c43b751a3b23f8967fee4c6664a6844ae (patch) | |
tree | 18b2b3288ad1b0d15b4f2702edf8502bef9048ce /src/state/modals | |
parent | c5edd0a0651bab664c4b6effcfa5a359542b405d (diff) | |
download | voidsky-e45f0b6c43b751a3b23f8967fee4c6664a6844ae.tar.zst |
Autofocus the alt text input on all platforms, improve dismissability on native (#2690)
* sneak in a eslint fix * autofocus the alt text input whenever we open the modal * properly use the hook
Diffstat (limited to 'src/state/modals')
-rw-r--r-- | src/state/modals/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state/modals/index.tsx b/src/state/modals/index.tsx index 45856e108..ab710a3d0 100644 --- a/src/state/modals/index.tsx +++ b/src/state/modals/index.tsx @@ -6,7 +6,7 @@ import {Image as RNImage} from 'react-native-image-crop-picker' import {ImageModel} from '#/state/models/media/image' import {GalleryModel} from '#/state/models/media/gallery' import {useNonReactiveCallback} from '#/lib/hooks/useNonReactiveCallback' -import {EmbedPlayerSource} from '#/lib/strings/embed-player.ts' +import {EmbedPlayerSource} from '#/lib/strings/embed-player' import {ThreadgateSetting} from '../queries/threadgate' export interface ConfirmModal { |