소스 검색

Update ArcballControls.js

Michael Herzog 3 년 전
부모
커밋
4ea1a19b08
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      examples/jsm/controls/ArcballControls.js

+ 0 - 1
examples/jsm/controls/ArcballControls.js

@@ -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();