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