0.1.14 上线前更改
This commit is contained in:
@@ -27,7 +27,7 @@ export function computeFileTreeDeleteTargets(args: {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (row.kind === "asset") {
|
||||
if (row.kind === "asset" || row.kind === "asset-folder") {
|
||||
assetCandidates.push(row.asset.id);
|
||||
assetDocIdByAssetId.set(row.asset.id, row.docId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user