This commit is contained in:
李志鹏
2026-01-21 13:37:50 +08:00
parent 2fad680490
commit 750d90ee0b
4 changed files with 29 additions and 22 deletions

View File

@@ -1390,7 +1390,7 @@ export class CanvasManager {
// 重置画布数据
await this.setCanvasSize(this.canvas.width, this.canvas.height);
await this.centerBackgroundLayer(this.canvas.width, this.canvas.height);
await this.resetCanvasSizeByFixedLayer();
// await this.resetCanvasSizeByFixedLayer();
// 重新构建对象关系
// restoreObjectLayerAssociations(this.layers.value, this.canvas.getObjects());
// 验证图层关联关系 - 稳定后可以注释