Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: ALT text entered in the compose dialog is erased when you press "Edit" again (#1054)

authored by

GitStart and committed by
GitHub
c1580dae 806be6f7

+1 -1
+1 -1
src/view/com/modals/EditImage.tsx
··· 62 62 const [position, setPosition] = useState<Position | undefined>( 63 63 image.attributes.position, 64 64 ) 65 - const [altText, setAltText] = useState('') 65 + const [altText, setAltText] = useState(image?.altText ?? '') 66 66 67 67 const onFlipHorizontal = useCallback(() => { 68 68 image.flipHorizontal()