Open blq opened 2 years ago
I notice the mousemove event listener (that is attached to document) is not released in the destroy() method, causing a leak.
mousemove
document
destroy()
/Fredrik Blomqvist
I notice the
mousemove
event listener (that is attached todocument
) is not released in thedestroy()
method, causing a leak./Fredrik Blomqvist