Skip to content

Commit c06d53e

Browse files
committed
detaching old tag
1 parent 6dffddb commit c06d53e

File tree

1 file changed

+1
-1
lines changed
  • packages/react-native-gesture-handler/src/v3/detectors/LogicDetector

1 file changed

+1
-1
lines changed

packages/react-native-gesture-handler/src/v3/detectors/LogicDetector/LogicDetector.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export function LogicDetector<THandlerData, TConfig>(
4444
? props.gesture.tags
4545
: [props.gesture.tag];
4646

47-
unregister(viewTag, handlerTags);
47+
unregister(tag, handlerTags);
4848
}
4949
};
5050
},

0 commit comments

Comments
 (0)