Skip to content

Commit

Permalink
fix: address issues in PR for click events
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-c-dillon committed Jan 11, 2023
1 parent 8d22f11 commit 9c204b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/iframe-coordinator/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ bad input into one of the iframe-coordinator client methods.
* Turns off the behavior of intercepting link clicks in the client window click handler.
*/
public stopInterceptingLinks(): void {
this._shouldInterceptLinks = true;
this._shouldInterceptLinks = false;
}

/**
Expand Down

0 comments on commit 9c204b3

Please sign in to comment.