Skip to content

Commit

Permalink
🤦‍♀️
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok committed May 18, 2024
1 parent 0bf0c30 commit 2c77305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/Messages/Conversation/MessagesList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export function MessagesList({

const onEndDrag = React.useCallback(() => {
'worklet'
isDragging.value = true
isDragging.value = false
}, [isDragging])

const onStartReached = useCallback(() => {
Expand Down

0 comments on commit 2c77305

Please sign in to comment.