| quartz/components/ExplorerNode.tsx | ●●●●● patch | view | raw | blame | history |
quartz/components/ExplorerNode.tsx
@@ -32,7 +32,7 @@ constructor(name: string, file?: QuartzPluginData, depth?: number) { this.children = [] this.name = name this.file = file ?? null this.file = file ? structuredClone(file) : null this.depth = depth ?? 0 }