feat: 液化撤销问题修复+选取更改逻辑+右键删除组图层问题修复
This commit is contained in:
@@ -161,7 +161,7 @@ export class EnhancedLiquifyManager {
|
||||
// 传入的是对象
|
||||
targetObject = target;
|
||||
const { layer } = findInChildLayers(
|
||||
this.layerManager.layers.value,
|
||||
this.layerManager.layers?.value ?? this.layerManager.layers,
|
||||
targetObject.layerId
|
||||
);
|
||||
if (layer) {
|
||||
|
||||
Reference in New Issue
Block a user