Temdog007 пре 6 година
родитељ
комит
0b054ce358
1 измењених фајлова са 1 додато и 1 уклоњено
  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();