diff --git a/common/web/gesture-recognizer/src/engine/headless/gestures/matchers/gestureMatcher.ts b/common/web/gesture-recognizer/src/engine/headless/gestures/matchers/gestureMatcher.ts index 000f0818fe..9446f81fdc 100644 --- a/common/web/gesture-recognizer/src/engine/headless/gestures/matchers/gestureMatcher.ts +++ b/common/web/gesture-recognizer/src/engine/headless/gestures/matchers/gestureMatcher.ts @@ -127,10 +127,6 @@ export class GestureMatcher implements PredecessorMatch< baseContact = srcContact.baseSource; } - if(baseContact.isPathComplete) { - throw new Error("GestureMatcher may not be built against already-completed contact points"); - } - const contactSpec = model.contacts[touchpointIndex]; /* c8 ignore next 3 */ if(!contactSpec) {