forge42dev/Remix-Dev-Tools

mouseenter event listener prevent other mouseenter events from firing

yoni-noma opened this issue · 1 comments

So im using ag-grid Table component and i noticed that my row hlghight on hover doesnt work.
after debugging the system ive noticed in the chrome devtools that there is a mouseenter event listener of remix-development-tools on the Documen object. if i remove it everything start to work again.

attaching a screenshot of the event from the devtools, you can see there as well another listener of the table(which never fires unless i removed the remix-development-tools one.):
Screenshot 2024-04-15 at 17 11 05

Interesting, this should be a pretty simple fix, I'll take care of it soon!