添加生产导出log, 画布图层工具图层顺序问题
This commit is contained in:
@@ -255,6 +255,8 @@ export class AddObjectToLayerCommand extends Command {
|
||||
);
|
||||
// 标记为非首次执行
|
||||
this.isFirstExecution = false;
|
||||
// 重新排序图层对象
|
||||
await this.layerManager?.layerSort?.rearrangeObjects();
|
||||
console.log(
|
||||
`✅ 对象已添加到图层 "${layer.name}",位置: (${this.fabricObject.left}, ${this.fabricObject.top})`
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user