From 5b79e295eb440503e5c841c3da9c26d86ebc0c5a Mon Sep 17 00:00:00 2001 From: isUnknown Date: Thu, 27 Feb 2025 17:08:35 +0100 Subject: [PATCH] add log --- src/components/project/virtual-sample/Interactive360.vue | 1 + 1 file changed, 1 insertion(+) 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');