Skip to content

Commit 37c4070

Browse files
committed
failing on detach
1 parent 46a9570 commit 37c4070

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-native-gesture-handler/src/web/handlers/GestureHandler.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ export default abstract class GestureHandler implements IGestureHandler {
8181
this.viewRef = null;
8282
this.actionType = null;
8383
this.state = State.UNDETERMINED;
84+
this.fail();
8485

8586
this.delegate.detach();
8687
}

0 commit comments

Comments
 (0)