diff --git a/src/components/project/virtual-sample/Interactive360.vue b/src/components/project/virtual-sample/Interactive360.vue index b07441d..77075aa 100644 --- a/src/components/project/virtual-sample/Interactive360.vue +++ b/src/components/project/virtual-sample/Interactive360.vue @@ -92,6 +92,7 @@ let previousMouseYPos; const DRAG_STEP = 20; function enableDragToRotate(event) { + console.log(event); if (event.type.startsWith('touch')) event.preventDefault(); const isTouch = event.type.startsWith('touch');