Temdog007 6 лет назад
Родитель
Сommit
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();

粤ICP备19079148号