You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the github issue page is loading, the extension will invoke the addReactionNav function around 55 times! We should update only when document is ready status.
Re-production
add console.log('invoke addReactionNav') to the start of addReactionNav function, then load the github issue page, and you would look that message
The text was updated successfully, but these errors were encountered:
reply2future
added a commit
to reply2future/github-issue-reactions-browser-extension
that referenced
this issue
Sep 12, 2024
Problem
When the github issue page is loading, the extension will invoke the
addReactionNav
function around 55 times! We should update only when document is ready status.Re-production
add
console.log('invoke addReactionNav')
to the start ofaddReactionNav
function, then load the github issue page, and you would look that messageThe text was updated successfully, but these errors were encountered: