hypertrons / hypertrons-crx

A browser extension for insights into GitHub projects and developers.
https://crx.hypertrons.io
Apache License 2.0
329 stars 91 forks source link

fix: native popover broken after tab switch #818

Closed tyn1998 closed 1 month ago

tyn1998 commented 1 month ago

Brief Information

This pull request is in the type of (more info about types):

Related issues (all available keywords):

Details

Add an click event listener for hiding the popover when the anchor element is clicked. In this way, the popover is cleared by a React methodunmountComponentAtNode rather by the GitHub code.

Checklist

Others