Browse Source

added change event on mouse out/up

Aleksandar Rodic 12 years ago
parent
commit
7801e03813
1 changed files with 1 additions and 0 deletions
  1. 1 0
      examples/js/controls/TransformControls.js

+ 1 - 0
examples/js/controls/TransformControls.js

@@ -977,6 +977,7 @@ THREE.TransformControls = function ( camera, domElement ) {
 		scope.axis = undefined;
 		_dragging = false;
 		scope.update();
+		scope.dispatchEvent( changeEvent );
 
 	}