max-kamps / jpd-breader

MIT License
100 stars 24 forks source link

Fix bug where popup appears and at the same time a (review) button is being clicked. #58

Closed xyaman closed 1 year ago

xyaman commented 1 year ago

On mobile devices, the position of the popup is occasionally adjusted to ensure it remains on the screen. However, due to the interaction between the 'onmouseenter' event and the popup, there are instances where the popup appears and at the same time a (review) button is being clicked. So I just disabled popup pointer events for a brief time.