添加生产导出log, 画布图层工具图层顺序问题
This commit is contained in:
@@ -409,6 +409,9 @@ export class CreateTextCommand extends Command {
|
||||
// 现在可以安全地设置为活动图层
|
||||
this.layerManager.setActiveLayer(this.layerId);
|
||||
|
||||
// 重新排序图层对象
|
||||
await this.layerManager?.layerSort?.rearrangeObjects();
|
||||
|
||||
// 更新对象交互性
|
||||
await this.layerManager?.updateLayersObjectsInteractivity?.(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user