From b391075efd59cc14702fbd537eb2dcfde059be82 Mon Sep 17 00:00:00 2001 From: isUnknown Date: Mon, 16 Dec 2024 18:30:14 +0100 Subject: [PATCH] fix #62 --- .../project/virtual-sample/Interactive360.vue | 22 +++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/src/components/project/virtual-sample/Interactive360.vue b/src/components/project/virtual-sample/Interactive360.vue index 1cbb210..4f5ab7d 100644 --- a/src/components/project/virtual-sample/Interactive360.vue +++ b/src/components/project/virtual-sample/Interactive360.vue @@ -1,11 +1,22 @@ @@ -21,6 +32,9 @@ const { activeTrack } = defineProps({ const virtualSampleStore = useVirtualSampleStore(); +const isHelperHidden = ref(localStorage.getItem("isHelperHidden")); +localStorage.setItem("isHelperHidden", true); + const yMax = computed(() => { return parseInt( activeTrack.files[activeTrack.files.length - 1].name.charAt(0)