Skip to content

Commit

Permalink
fix(search): Redirection didn't cancel when a related tag was clicked (
Browse files Browse the repository at this point in the history
  • Loading branch information
mariorey authored Jul 27, 2023
1 parent 47da41f commit b9ff0dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
*
* @internal
*/
@XOn(['UserAcceptedAQuery', 'UserClearedQuery'])
@XOn(['UserAcceptedAQuery', 'UserClearedQuery', 'UserSelectedARelatedTag'])
cancelRedirect(): void {
clearTimeout(this.timeoutId);
this.isRedirecting = false;
Expand Down

0 comments on commit b9ff0dc

Please sign in to comment.