This commit is contained in:
李志鹏
2026-01-16 16:31:54 +08:00
parent 0add8bc412
commit 9b29939bfe
4 changed files with 46 additions and 10 deletions

View File

@@ -475,6 +475,7 @@ onMounted(async () => {
await canvasManager?.createOtherLayers(props.otherData);
await layerManager?.layerSort?.rearrangeObjects();
}
emit("canvas-load-json-success");
}