patriciogonzalezvivo / glslCanvas

Simple tool to load GLSL shaders on HTML Canvas using WebGL
http://patriciogonzalezvivo.github.io/glslCanvas/
MIT License
1.95k stars 177 forks source link

'mousemove' event listener never released #82

Open blq opened 2 years ago

blq commented 2 years ago

I notice the mousemove event listener (that is attached to document) is not released in the destroy() method, causing a leak.

/Fredrik Blomqvist