three.interaction.js icon indicating copy to clipboard operation
three.interaction.js copied to clipboard

"destroy()" function bug

Open lijian405 opened this issue 5 years ago • 1 comments

When I called the destroy method, an error occurred

three.interaction.module.js:2426 Uncaught TypeError: this.removeAllListeners is not a function at Interaction.destroy (three.interaction.module.js:2426)

lijian405 avatar Apr 01 '19 07:04 lijian405

Try the removeEvents ()

TheSunset avatar Jul 17 '19 08:07 TheSunset