diff --git a/app/components/content/FileTreeNode.vue b/app/components/content/FileTreeNode.vue index d7f149c..9f5bcf7 100644 --- a/app/components/content/FileTreeNode.vue +++ b/app/components/content/FileTreeNode.vue @@ -7,9 +7,11 @@ const props = withDefaults(defineProps<{ entry: FileTreeEntry root?: boolean parentPath?: string + isLast?: boolean }>(), { root: false, parentPath: '', + isLast: false, }) // Splits a trailing " # comment" off a raw label (space-prefixed, like a @@ -73,14 +75,46 @@ const icon = computed(() => {