diff --git a/examples/webgl_interactive_draggablecubes.html b/examples/webgl_interactive_draggablecubes.html index 2ed748c0dffbdef13669a8b3e4a048c1914d4055..573103ad59d46248225953cc8a6075116f4d6c4c 100644 --- a/examples/webgl_interactive_draggablecubes.html +++ b/examples/webgl_interactive_draggablecubes.html @@ -192,6 +192,8 @@ event.preventDefault(); + plane.position.copy( INTERSECTED.position ); + SELECTED = null; container.style.cursor = 'auto';