artemave / translate_onhover

Browser translation extension
https://chrome.google.com/webstore/detail/aggiiclaiamajehmlfpkjmlbadmkledi
205 stars 61 forks source link

Popup appears barely on firefox #90

Closed trisadmeslek closed 2 years ago

trisadmeslek commented 2 years ago

Hello Friend,

With your last update; when I select a text, it doesn't show popup until I move mouse several times or more on the text. If I am not wrong, you fixed popup issue that appears two times but it seems like something has broken.

Browser with version : Firefox 96.0.2

Thanks

artemave commented 2 years ago

Thanks for reporting! I can see the issue. I refactored background script to use promises instead of callbacks and forgot to await in couple of places. Classic.