From 652262ac94fafcac380f15fe5a9cf77b6852332a Mon Sep 17 00:00:00 2001 From: isUnknown Date: Tue, 28 Jan 2025 19:56:10 +0100 Subject: [PATCH] fix #109 --- src/components/project/virtual-sample/Interactive360.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/project/virtual-sample/Interactive360.vue b/src/components/project/virtual-sample/Interactive360.vue index a590c92..7acbe8b 100644 --- a/src/components/project/virtual-sample/Interactive360.vue +++ b/src/components/project/virtual-sample/Interactive360.vue @@ -50,7 +50,7 @@ localStorage.setItem("isHelperHidden", true); // Grab interaction const yMax = computed(() => { return parseInt( - activeTrack.files[activeTrack.files.length - 1].name.charAt(0) + activeTrack.files[activeTrack.files.length - 1].name.split("_")[0] ); }); const xMax = computed(() => {