Skip to content

Commit

Permalink
Update ArcballControls.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 committed Dec 23, 2021
1 parent 009c4f8 commit 4ea1a19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/jsm/controls/ArcballControls.js
Original file line number Diff line number Diff line change
Expand Up @@ -2078,7 +2078,6 @@ class ArcballControls extends EventDispatcher {
window.removeEventListener( 'pointerup', this.onPointerUp );

window.removeEventListener( 'resize', this.onWindowResize );
window.removeEventListener( 'keydown', this.onKeyDown );

if ( this.scene !== null ) this.scene.remove( this._gizmos );
this.disposeGrid();
Expand Down

0 comments on commit 4ea1a19

Please sign in to comment.