Bluesky app fork with some witchin' additions ๐Ÿ’ซ witchsky.app
bluesky fork client

fix alt text menu crashing on mobile #45

merged opened by daniela.lol targeting main from daniela.lol/witchsky.app: main

unsure why this import was wrong in the first place but it was a simple edit. i also dont really understand why this code is here in the first place? at least the stock social-app source code doesnt do this at all

Labels

None yet.

assignee

None yet.

Participants 2
AT URI
at://did:plc:x3vdwseoxbzbp2dfv7q3brqn/sh.tangled.repo.pull/3mcssaw6uht22
+1 -1
Diff #0
+1 -1
src/components/forms/TextField.tsx
··· 25 25 import {useInteractionState} from '#/components/hooks/useInteractionState' 26 26 import {type Props as SVGIconProps} from '#/components/icons/common' 27 27 import {Text} from '#/components/Typography' 28 - import {IS_WEB} from '#/env/index.web' 28 + import {IS_WEB} from '#/env' 29 29 30 30 const Context = createContext<{ 31 31 inputRef: React.RefObject<TextInput | null> | null

History

1 round 1 comment
sign up or login to add to the discussion
daniela.lol submitted #0
1 commit
expand
fix IS_WEB import
expand 1 comment

this was my fault sorry ๐Ÿ’€

pull request successfully merged