添加生产导出log, 画布图层工具图层顺序问题

This commit is contained in:
李志鹏
2025-11-06 11:27:12 +08:00
parent ccedd00ea7
commit 21bfe5ef8f
7 changed files with 111 additions and 3 deletions

View File

@@ -359,7 +359,8 @@ export class RasterizeLayerCommand extends Command {
// 设置为活动图层
this.activeLayerId.value = this.rasterizedLayerId;
// 重新排序图层对象
await this.layerManager?.layerSort?.rearrangeObjects();
await this.layerManager?.updateLayersObjectsInteractivity(false);
console.log(`🎨 组合图层 ${this.rasterizedLayer.name} 创建完成`);