We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f13968d commit 35073d6Copy full SHA for 35073d6
app/composables/useFileTreeState.ts
@@ -7,7 +7,6 @@ export function useFileTreeState(baseUrl: string) {
7
} else {
8
expanded.value.add(path)
9
}
10
- expanded.value = new Set(expanded.value)
11
12
13
function isExpanded(path: string) {
@@ -22,7 +21,6 @@ export function useFileTreeState(baseUrl: string) {
22
21
prefix = prefix ? `${prefix}/${part}` : part
23
expanded.value.add(prefix)
24
25
26
27
28
return {
0 commit comments