Hello!
I'm having a strange issue where my events seem to take longer after some (seemingly) unrelatedinteraction with other elements on the page.
I'm implementing a very basic dragging functionality, which works pretty well on first pageload. However, the more I interact with the page, the longer the mouse move events I'm using take to complete. I am not "re-adding" the events after each interaction.
Any ideas what might be causing this?
I've attached some images of the devtools timeline to better illustrate the issue.