We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5a9172 commit 25e4f52Copy full SHA for 25e4f52
2 files changed
editor/js/Viewport.js
@@ -300,7 +300,7 @@ var Viewport = function ( signals ) {
300
signals.objectSelected.add( function ( object ) {
301
302
selectionBox.visible = false;
303
- transformControls.detatch();
+ transformControls.detach();
304
305
if ( object !== null ) {
306
examples/webgl_multiple_windows.html
@@ -605,7 +605,7 @@
605
var object = control.object;
606
if ( object ) {
607
608
- control.detatch( object );
+ control.detach( object );
609
610
}
611
0 commit comments