Skip to content

Commit

Permalink
fix paper
Browse files Browse the repository at this point in the history
  • Loading branch information
coado committed Dec 20, 2024
1 parent 8e5ce78 commit ab47e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Pressable/Pressable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ export default function Pressable(props: PressableProps) {

if (shouldPreventNativeEffects.current) {
shouldPreventNativeEffects.current = false;
return;
if (!handlingOnTouchesDown.current) return;

Check failure on line 357 in src/components/Pressable/Pressable.tsx

View workflow job for this annotation

GitHub Actions / check

Expected { after 'if' condition
}

isTouchPropagationAllowed.current = true;
Expand Down

0 comments on commit ab47e54

Please sign in to comment.