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);