webglearth / webglearth2

[UNMAINTAINED] WebGL Earth 2 - the source code of the project
Apache License 2.0
884 stars 212 forks source link

4 click event listeners registered for the same canvas element! (Causing issues with on click event) #125

Open williamdarkocode opened 4 years ago

williamdarkocode commented 4 years ago

Screen Shot 2020-04-14 at 8 11 03 PM

This is causing major problems with the earth.on('click') method; which is fired multiple times as a result of this. I'm sure this is the issue because when I remove three of those registered listeners, the function performs at it should. Someone help.