Skip to content

Commit ab47e54

Browse files
committed
fix paper
1 parent 8e5ce78 commit ab47e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Pressable/Pressable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ export default function Pressable(props: PressableProps) {
354354

355355
if (shouldPreventNativeEffects.current) {
356356
shouldPreventNativeEffects.current = false;
357-
return;
357+
if (!handlingOnTouchesDown.current) return;
358358
}
359359

360360
isTouchPropagationAllowed.current = true;

0 commit comments

Comments
 (0)