Viewability upgrade

This commit is contained in:
2026-06-26 01:51:24 -07:00
parent 4c9e503e4f
commit 8030e98d90
2 changed files with 9 additions and 8 deletions
@@ -90,7 +90,7 @@ const emit = defineEmits<{
"add-child": [parentId: number]
}>()
const expanded = ref(true)
const expanded = ref(false)
const isSelected = computed(() => props.selectedId === props.deck.id)
const hasChildren = computed(() => children.value.length > 0)