mirror of
				https://github.com/jackyzha0/quartz.git
				synced 2025-10-30 03:27:41 +01:00 
			
		
		
		
	fix: create deep copy of file passed into tree
This commit is contained in:
		
							parent
							
								
									3d8c470c0d
								
							
						
					
					
						commit
						fea352849c
					
				| @ -32,7 +32,7 @@ export class FileNode { | ||||
|   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 | ||||
|   } | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Ben Schlegel
						Ben Schlegel