Browse Source

Add comment

Temdog007 6 years ago
parent
commit
0b054ce358
1 changed files with 1 additions and 1 deletions
  1. 1 1
      editor/js/Viewport.js

+ 1 - 1
editor/js/Viewport.js

@@ -413,7 +413,7 @@ var Viewport = function ( editor ) {
 
 	signals.objectRemoved.add( function ( object ) {
 
-		controls.enabled = true;
+		controls.enabled = true; // see #14180
 		if ( object === transformControls.object ) {
 
 			transformControls.detach();