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)