4-10 树域 Rust 家族化
This commit is contained in:
@@ -28,6 +28,11 @@ function cloneSidebarData(data: SidebarInitialData): SidebarInitialData {
|
||||
...data,
|
||||
workspaces: [...data.workspaces],
|
||||
documents: [...data.documents],
|
||||
kernelFileTreeProjection: {
|
||||
...data.kernelFileTreeProjection,
|
||||
items: [...data.kernelFileTreeProjection.items],
|
||||
edges: [...data.kernelFileTreeProjection.edges],
|
||||
},
|
||||
kernelSidebarProjection: {
|
||||
...data.kernelSidebarProjection,
|
||||
items: [...data.kernelSidebarProjection.items],
|
||||
|
||||
Reference in New Issue
Block a user