mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2025-12-19 22:24:17 +01:00
dev
This commit is contained in:
@@ -56,7 +56,8 @@ export async function mergePartial(url: string, name: string, document: Document
|
|||||||
await newDoc.transform(setNames(name));
|
await newDoc.transform(setNames(name));
|
||||||
|
|
||||||
// Merge the new document into the current one
|
// Merge the new document into the current one
|
||||||
return mergeDocuments(document, newDoc);
|
mergeDocuments(document, newDoc);
|
||||||
|
return document;
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function mergeFinalize(document: Document): Promise<Document> {
|
export async function mergeFinalize(document: Document): Promise<Document> {
|
||||||
|
|||||||
Reference in New Issue
Block a user