Skip to content

Commit

Permalink
Change wrong comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronfc committed Aug 20, 2023
1 parent 95093b8 commit 09ad77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/auto-react.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let timeoutId = setTimeout(react, TIMEOUT);

const isMainPrUrl = (url) => url.match(/https:\/\/github.com\/.*\/pull\/\d+$/);

// Stop the timeout if the user clicks on the page.
// Handle user navigating out and in of the main PR page.
navigation.addEventListener("navigate", e => {
console.log(e);
// If user navigates outside of main PR page, stop the timeout.
Expand Down

0 comments on commit 09ad77c

Please sign in to comment.