瀏覽代碼

Add comment

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