From 268feae2ac72fe440e22e849ddd774505ce524db Mon Sep 17 00:00:00 2001 From: isUnknown Date: Tue, 19 Nov 2024 17:20:47 +0100 Subject: [PATCH] show 360 modal onclick --- src/components/project/VirtualSample.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/project/VirtualSample.vue b/src/components/project/VirtualSample.vue index cb83e28..3c61f43 100644 --- a/src/components/project/VirtualSample.vue +++ b/src/components/project/VirtualSample.vue @@ -96,10 +96,7 @@ const { file } = defineProps({ }); // Variables -const isOpen = ref(false); -watch(isOpen, (newValue) => { - emits("close"); -}); +const isOpen = ref(true); const isCommentsOpen = ref(false);