Browse Source

Add comment

Temdog007 6 năm trước cách đây
mục cha
commit
0b054ce358
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 ) {
 	signals.objectRemoved.add( function ( object ) {
 
 
-		controls.enabled = true;
+		controls.enabled = true; // see #14180
 		if ( object === transformControls.object ) {
 		if ( object === transformControls.object ) {
 
 
 			transformControls.detach();
 			transformControls.detach();

粤ICP备19079148号