|
@@ -492,6 +492,8 @@ THREE.TrackballControls = function ( object, domElement ) {
|
|
function touchstart( event ) {
|
|
function touchstart( event ) {
|
|
|
|
|
|
if ( _this.enabled === false ) return;
|
|
if ( _this.enabled === false ) return;
|
|
|
|
+
|
|
|
|
+ event.preventDefault();
|
|
|
|
|
|
switch ( event.touches.length ) {
|
|
switch ( event.touches.length ) {
|
|
|
|
|