mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fixed #22
This commit is contained in:
@ -35,8 +35,8 @@ const ComposeEditAttachment: React.FC<ScreenComposeEditAttachmentProp> = ({
|
||||
theAttachment.description
|
||||
)
|
||||
const focus = useSharedValue({
|
||||
x: theAttachment.meta.focus.x,
|
||||
y: theAttachment.meta.focus.y
|
||||
x: theAttachment.meta?.focus?.x,
|
||||
y: theAttachment.meta?.focus?.y
|
||||
})
|
||||
|
||||
useEffect(() => {
|
||||
|
Reference in New Issue
Block a user